.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #1364d8;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #1364d8;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #1364d8;
  text-shadow: none;
}
::selection {
  background: #1364d8;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #1364d8;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1364d8;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 15px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #1364d8;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #1364d8;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1364d8;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1364d8;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #1364d8;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1364d8;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1364d8;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #fafafa;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #fafafa;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1364d8;
  color: #ffffff;
  border-color: #1364d8;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #1364d8;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #4a4a4a;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #1364d8;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #1364d8;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #fafafa;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #1364d8;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #fafafa;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #1364d8;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #fafafa;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #1364d8;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #fafafa;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #1364d8;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #1364d8;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1364d8;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #1364d8;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #1364d8;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #1364d8;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1364d8;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1364d8;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #1364d8;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1364d8;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #1364d8;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #1364d8;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #1364d8;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1364d8;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #1364d8;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #1364d8;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #1364d8;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #1364d8;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #1364d8;
}
.uk-progress::-moz-progress-bar {
  background-color: #1364d8;
}
.uk-progress::-ms-fill {
  background-color: #1364d8;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #1364d8 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #1364d8 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1364d8;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1364d8;
}
.uk-background-secondary {
  background-color: #fafafa;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #1364d8;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #1364d8;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #1364d8;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #1364d8;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(250, 250, 250, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1364d8;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1364d8;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #1364d8;
  border-color: #1364d8;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1364d8;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #0f4ea9;
}
.ap-list-filter dd a.active {
  background-color: #1364d8;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1364d8;
}
.category li a.active {
  color: #1364d8;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #1364d8;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #1364d8;
  border: 1px solid rgba(19, 100, 216, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #1364d8;
}
form .step .ui-step.active .ui-step-title {
  color: #1364d8;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1364d8;
  background-color: #1364d8;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1364d8;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1364d8;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1364d8;
  color: #1364d8;
}
.btn-effect-2:hover {
  background-color: #1364d8;
}
.uk-button.btn-effect-5 {
  background-color: #1364d8;
  box-shadow: 0 0 15px rgba(19, 100, 216, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1364d8;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1364d8;
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6223a108da290f .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1364d8;
  color: #1364d8;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a6223a108da290f .filter-nav li.uk-active {
  color: #fff;
  background-color: #1364d8;
}
#a6223a108da290f .uk-card {
  background: #fff;
  font-size: 13px;
}
#a6223a108da290f .img {
  background-position: center center;
}
#a6223a108da290f .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#ab34ea4b11abcbc .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #ab34ea4b11abcbc .sidebar {
    width: 100%;
  }
}
#ab34ea4b11abcbc .menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  padding-left: 20px;
}
#ab34ea4b11abcbc .menu-header h4 span {
  font-size: 12px;
}
#ab34ea4b11abcbc .menu-level-1 {
  border: 1px solid #ECECEC;
  margin-bottom: 15px;
}
#ab34ea4b11abcbc .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
}
#ab34ea4b11abcbc .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon.png) center center no-repeat;
}
#ab34ea4b11abcbc .menu-item a:hover {
  color: #1364d8;
}
#ab34ea4b11abcbc .menu-item a:hover > .indicator {
  background-image: url(/resources/sys/img/icons/menu_icon_hover.png);
}
#ab34ea4b11abcbc .menu-level-1 > a {
  color: #333;
  font-size: 18px;
  position: relative;
  background: #eaeaea;
}
#ab34ea4b11abcbc .menu-level-3 {
  padding-left: 15px;
}
#ab34ea4b11abcbc .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#ab34ea4b11abcbc .accordion-menu li a:hover {
  background-color: #1364d8;
  color: #fff;
  border: none;
}
#ab34ea4b11abcbc .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#ab34ea4b11abcbc .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#ab34ea4b11abcbc .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#ab34ea4b11abcbc .contact-info {
  border-top: 1px solid #ECECEC;
}
#ab34ea4b11abcbc .contact-info p {
  margin: 0;
}
#ab34ea4b11abcbc .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#ab34ea4b11abcbc .hot-list {
  padding: 15px;
}
#ab34ea4b11abcbc .hot-list a {
  color: #777;
}
#ab34ea4b11abcbc .hot-list a:hover {
  color: #1364d8;
}
#ab34ea4b11abcbc .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#ab34ea4b11abcbc .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ab34ea4b11abcbc .hot-item:hover a {
  color: #1364d8;
}
#ab34ea4b11abcbc .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ab34ea4b11abcbc .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1364d8;
  content: "";
}
#ab34ea4b11abcbc .content-header {
  padding-bottom: 10px;
}
#ab34ea4b11abcbc .uk-button-group .uk-button {
  font-size: 12px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
}
#ab34ea4b11abcbc .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#ab34ea4b11abcbc .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #ab34ea4b11abcbc .uk-padding-small {
    padding: 0;
  }
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aefcca0912a1fb1 [data-item="undefined"] {flex-grow: 0;}#a6223a108da290f [data-item*=".abstract"], #a6223a108da290f [data-item*=".abstract"] a {show: true;}#a6223a108da290f [data-item*=".subTitle"], #a6223a108da290f [data-item*=".subTitle"] a {show: true;}#a6223a108da290f [data-item*=".category"], #a6223a108da290f [data-item*=".category"] a {show: true;}#ab34ea4b11abcbc .uk-grid {margin-left: -20px;}@media (min-width: 1200px) {
                    #ab34ea4b11abcbc .uk-grid { margin-left: -20px;}
                }@media (max-width: 640) {
                    #ab34ea4b11abcbc .uk-grid { margin-left: -20px;}
                }#ab34ea4b11abcbc .uk-grid>* {padding-left: 20px;}@media (min-width: 1200px) {
                    #ab34ea4b11abcbc .uk-grid>* { padding-left: 20px;}
                }@media (max-width: 640) {#ab34ea4b11abcbc .uk-grid>* {
                    padding-left: 20px;}
                }#ab34ea4b11abcbc .uk-grid>.uk-grid-margin {margin-top: 20px;}@media (min-width: 1200px) {
                    #ab34ea4b11abcbc .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }@media (max-width: 640) {
                    #ab34ea4b11abcbc .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }#ab34ea4b11abcbc [data-item="items"] .uk-card-body {padding: 22px}@media (min-width: 1200px) {
                #ab34ea4b11abcbc [data-item="items"] .uk-card-body {padding: 22px}
            }@media (max-width: 640px) {
                #ab34ea4b11abcbc [data-item="items"] .uk-card-body {padding: 22px}
            }#ab34ea4b11abcbc [data-item="items"] .uk-card {
                border-radius: 5px !important; overflow: hidden;
            } #ab34ea4b11abcbc [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#ab34ea4b11abcbc [data-item*=".title"], #ab34ea4b11abcbc [data-item*=".title"] a {text-align: left;max-line: 1;font-weight: bold;color: rgba(74, 74, 74, 1);font-size: 15px;}#ab34ea4b11abcbc [data-item*=".abstract"], #ab34ea4b11abcbc [data-item*=".abstract"] a {show: false;}#ab34ea4b11abcbc [data-item*=".subTitle"], #ab34ea4b11abcbc [data-item*=".subTitle"] a {show: false;}#ab34ea4b11abcbc [data-item*=".category"], #ab34ea4b11abcbc [data-item*=".category"] a {show: false;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af1a9a8e3baa468 {
  min-height: 300px;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aefcca0912a1fb1 [data-item="undefined"] {flex-grow: 0;}#aacc1ab4ffa103b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a864aa0caca35fb {
  overflow: hidden;
}
#a864aa0caca35fb , #a864aa0caca35fb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 25px;font-family: Verdana;color: rgba(0, 0, 0, 1);line-height: 35px;}#a864aa0caca35fb:hover , #a864aa0caca35fb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 25px;font-family: Verdana;color: rgba(0, 0, 0, 1);line-height: 35px;}#ac145a87d2a3a5b a, #ac145a87d2a3a5b {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#afcd4a65a1a0f1e .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #f5f5f5;border-width: 1px;border-style: solid;font-size: 18px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#afcd4a65a1a0f1e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;border-color: rgba(255, 255, 255, 0);}#aa4a1a4294a7344 {
  overflow: hidden;
}
#aa4a1a4294a7344 , #aa4a1a4294a7344 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af1a9a8e3baa468 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 22px;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af1a9a8e3baa468 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a40a8ab670a953b .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: Verdana;
  color: #000000;
}
#a8355a920da72d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad99eab1ecad3ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-left-color: rgba(215, 215, 215, 1);}#aa00dae88ca3f97 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-right-style: none;border-right-width: 1px;border-left-width: 1px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-right-color: rgba(225, 225, 225, 1);border-left-color: rgba(225, 225, 225, 1);border-top-color: rgba(225, 225, 225, 1);}#aac15af984ae429 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-right-style: none;border-right-width: 0px;border-top-color: rgba(225, 225, 225, 1);border-left-width: 1px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-left-color: rgba(225, 225, 225, 1);}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acb90a240aa1eaf .uk-slider {
  padding-top: 30px;
}
#acb90a240aa1eaf .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#acb90a240aa1eaf .uk-card-media-top {
  overflow: hidden;
}
#acb90a240aa1eaf .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#acb90a240aa1eaf .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#acb90a240aa1eaf .uk-card {
  border: 1px solid #ececec;
}
#acb90a240aa1eaf .uk-dotnav > * {
  padding-left: 6px;
}
#acb90a240aa1eaf .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #8fb9f5;
}
#acb90a240aa1eaf .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #1364d8;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aefcca0912a1fb1 [data-item="undefined"] {flex-grow: 0;}#acb90a240aa1eaf [data-item*=".abstract"], #acb90a240aa1eaf [data-item*=".abstract"] a {show: false;}#acb90a240aa1eaf [data-item*=".subTitle"], #acb90a240aa1eaf [data-item*=".subTitle"] a {show: false;}#acb90a240aa1eaf [data-item*=".category"], #acb90a240aa1eaf [data-item*=".category"] a {show: true;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4cccaa236acf8f {
  min-height: 300px;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aefcca0912a1fb1 [data-item="undefined"] {flex-grow: 0;}#abbc1a6914af81f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#adf0dab151a5b76  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 80px;padding-bottom: 20px;padding-right: 100px;padding-left: 100px;}#a4f89a88d4a7565 {
  overflow: hidden;
}
#a4f89a88d4a7565 , #a4f89a88d4a7565 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 34px;text-align: center;font-family: NotoSansSC-Bold;color: rgba(0, 0, 0, 1);flex-grow: 0;}#a5482af660a166f  {flex-grow: 1;}#ab206ace34a7c36  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#aebe2a221ba3aee  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 10px;}#a591dafaa0a2ee7  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-right: 10px;}#ac1dfa25a7a28f7  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: right;font-family: inherit;}#a55b4aa078a9f31  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 10px;}#a299eae566a4a49  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a4cb7ac7a3ab1a0 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a45efac680ad428 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Regular;
  color: #000000;
  line-height: 30px;
}
#a484bab2eba007f a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(155, 155, 155, 1);}#a484bab2eba007f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a4cccaa236acf8f [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a8dc0a2285ab507 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8dc0a2285ab507 [data-item="undefined"] {flex-grow: 0;}#af3bfa8167add45  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a2c73a51f3a362f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 50px;margin-bottom: 60px;}#a6e6baa248aff7d .uk-grid {
  margin-left: -nullpx;
}
#a6e6baa248aff7d .uk-grid > * {
  padding-left: nullpx;
}
#a6e6baa248aff7d .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a6e6baa248aff7d .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6e6baa248aff7d .uk-position-center-left-out {
    left: -30px;
  }
  #a6e6baa248aff7d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@media (min-width: 1200px) {
  #ad273a3c76a8cd4 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #ad273a3c76a8cd4 .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#ad273a3c76a8cd4 .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#ad273a3c76a8cd4 .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #1364d8;
}
#ad273a3c76a8cd4 .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#ad273a3c76a8cd4 .uk-list li::before {
  color: #1364d8;
}
#ad273a3c76a8cd4 .uk-list a {
  color: #4c4c4c;
}
#ad273a3c76a8cd4 .uk-list a.active,
#ad273a3c76a8cd4 .uk-list a:hover {
  color: #1364d8;
  text-decoration: none;
}
#ad273a3c76a8cd4 .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#ad273a3c76a8cd4 .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#ad273a3c76a8cd4 .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad450af7cfaf0be [data-item="undefined"] {flex-grow: 0;}#ad273a3c76a8cd4 .uk-grid {margin-left: -20px;}@media (min-width: 1200px) {
                    #ad273a3c76a8cd4 .uk-grid { margin-left: -20px;}
                }@media (max-width: 640) {
                    #ad273a3c76a8cd4 .uk-grid { margin-left: -20px;}
                }#ad273a3c76a8cd4 .uk-grid>* {padding-left: 20px;}@media (min-width: 1200px) {
                    #ad273a3c76a8cd4 .uk-grid>* { padding-left: 20px;}
                }@media (max-width: 640) {#ad273a3c76a8cd4 .uk-grid>* {
                    padding-left: 20px;}
                }#ad273a3c76a8cd4 .uk-grid>.uk-grid-margin {margin-top: 20px;}@media (min-width: 1200px) {
                    #ad273a3c76a8cd4 .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }@media (max-width: 640) {
                    #ad273a3c76a8cd4 .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }#ad273a3c76a8cd4 [data-item="items"] .uk-card {
                border-radius: 10px !important; overflow: hidden;
            } #ad273a3c76a8cd4 [data-item="items"] .uk-card {background-color: rgba(250, 250, 250, 1)}#ad273a3c76a8cd4 [data-item*=".title"], #ad273a3c76a8cd4 [data-item*=".title"] a {max-line: 4;}#ad273a3c76a8cd4 [data-item*=".abstract"], #ad273a3c76a8cd4 [data-item*=".abstract"] a {show: true;}#ad273a3c76a8cd4 [data-item*=".subTitle"], #ad273a3c76a8cd4 [data-item*=".subTitle"] a {show: true;}#ad273a3c76a8cd4 [data-item*=".category"], #ad273a3c76a8cd4 [data-item*=".category"] a {show: true;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a1db7a43c2a594d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aeaacafbb6af938 .icon-round {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -3rem;
  top: .5rem;
  text-align: center;
  line-height: 4rem;
  background: #1364d8;
  color: #fff;
}
#aeaacafbb6af938 .icon-round i,
#aeaacafbb6af938 .icon-round img {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 4rem;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1db7a43c2a594d [data-item="undefined"] {flex-grow: 0;}#a2e58a1440a9c5b  {flex: 1;}#a3353af2cca4a77  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 30px;margin-bottom: 70px;}#a8e33a6f67aa84f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad751afa3eadb37  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 30px;margin-bottom: 70px;}#a19bbad123a59b2 {
  border-radius: 5px;
  overflow: hidden;
}
#a19bbad123a59b2 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a19bbad123a59b2 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a19bbad123a59b2 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a19bbad123a59b2 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a19bbad123a59b2 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#af9cfae19face12 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5be5a968fa3112 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af508aa961a322f > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a922ca2cf2a3a4e > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca6da3b6fa491b > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a8540a23f3ad671 > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ad9a238ba12e4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#af367ac100ad23f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aba2aa2916a7ccf  {flex-grow: 1;}#a8a39af1cca4202  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af4dca92edaf3ef  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 0px;}#a090ba2763a7c8c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;padding-top: 15px;}#a8dabab06cab3eb  {flex-grow: 1;}#a85b5a2681a575a  {flex: 1;}#a3d00ac074ad1ee  {flex-grow: 1;}#ac16ca9f08acb90  {flex: 1;}#aaa6faa1d2ab32c  {flex-grow: 1;}#ae5fead26aad10a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a4955aa5d1a28a9  {flex-grow: 1;}#af303adc10aca32  {flex: 1;}#a2442a7dd2a035c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;}#a2879af29aa01ae , #a2879af29aa01ae a{flex-grow: 0;}#a752da4380a425f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;}#ac546a7ebeac65a , #ac546a7ebeac65a a{flex-grow: 0;}#af860aebdda1b74  {flex-grow: 1;}#a4304aa845a9e1a  {flex: 1;}#af240a6672aac99  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 65px;}#aff5ca8c45aec85  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 65px;}#a639aa1d47ac208  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 50px;}#aed09aea25a8391 .img-wrap {
  flex-grow: 0;
}
#acf78a75abad60c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1757559124358.jpeg);background-size: cover;background-position: top center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab993a4718a3623 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ab993a4718a3623 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#aa954af69fa8805 {
  overflow: hidden;
  pointer-events: none;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav,
#aa954af69fa8805 > .tab-nav,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa954af69fa8805 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal,
#aa954af69fa8805 > .tab-nav-horizontal,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa954af69fa8805 > .tab-nav-horizontal::-webkit-scrollbar,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa954af69fa8805 > .tab-nav-horizontal.tagScroll,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa954af69fa8805 > .tab-nav-horizontal.tagScroll li a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav a,
#aa954af69fa8805 > .tab-nav a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa954af69fa8805 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a,
#aa954af69fa8805 > .tab-nav li a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a svg,
#aa954af69fa8805 > .tab-nav li a svg,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa954af69fa8805 > .tab-nav li a .ap_icon,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a:hover,
#aa954af69fa8805 > .tab-nav li a:hover,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa954af69fa8805 > .tab-nav li.uk-active a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa954af69fa8805 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-width: 1px;
}
#aa954af69fa8805 .layout-left li,
#aa954af69fa8805 .layout-center li,
#aa954af69fa8805 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa954af69fa8805 .layout-left li a,
#aa954af69fa8805 .layout-center li a,
#aa954af69fa8805 .layout-right li a {
  height: 100%;
}
#aa954af69fa8805 > .tab-tabs .layout-left {
  text-align: left;
}
#aa954af69fa8805 > .tab-tabs .layout-center {
  text-align: center;
}
#aa954af69fa8805 > .tab-tabs .layout-right {
  text-align: right;
}
#aa954af69fa8805 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#aa954af69fa8805 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
#aa954af69fa8805 .tab-contents,
#aa954af69fa8805 .tab-contents-wrap {
  pointer-events: none;
}
#aa954af69fa8805 .tab-content,
#aa954af69fa8805 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa954af69fa8805 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa954af69fa8805 .tab-wrap .tab-contents {
  height: 100%;
}
#aa954af69fa8805 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa954af69fa8805 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa954af69fa8805 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a5892afc9ea4c71  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0f24af90eaf67f  {flex-grow: 1;}#a1c25a9dc2ad80f  {flex: 1;}#a475da4105af2d4  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#a9465a4be4a0fa5 , #a9465a4be4a0fa5 a{flex-grow: 0;}#af4e6abe0ba5085  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#abee7af9adaec38  {flex-grow: 1;}#a7da1a853faaeec  {flex: 1;}#ad857afe2ba9b9a  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a3183a30b8a82ef .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a3183a30b8a82ef .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: #1364d8;}#abdceadcdaa1efe  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a6e85a7222a4e85 .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a6e85a7222a4e85 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a0ba5a84e0a68af  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#aeb65a2ab4ac07f  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#a4b02a3996a4c49 .adba4aafd9a1d59 {
  overflow: hidden;
}
#a4b02a3996a4c49 .adba4aafd9a1d59 , #a4b02a3996a4c49 .adba4aafd9a1d59 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a4b02a3996a4c49 .adba4aafd9a1d59:hover , #a4b02a3996a4c49 .adba4aafd9a1d59 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a4b02a3996a4c49 .a1ab8ad98ca7392 {
  overflow: hidden;
}
#a4b02a3996a4c49 .a1ab8ad98ca7392 , #a4b02a3996a4c49 .a1ab8ad98ca7392 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a4b02a3996a4c49 .uk-grid {
  margin-left: -10px;
}
#a4b02a3996a4c49 .uk-grid > * {
  padding-left: 10px;
}
#a4b02a3996a4c49 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a4b02a3996a4c49 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a4b02a3996a4c49 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a4b02a3996a4c49 .uk-position-center-left-out {
    left: -30px;
  }
  #a4b02a3996a4c49 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af431a81a0a0d45  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#a6596a31b9a3979 .a725aa7f55afeca {
  overflow: hidden;
}
#a6596a31b9a3979 .a725aa7f55afeca , #a6596a31b9a3979 .a725aa7f55afeca > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a6596a31b9a3979 .a725aa7f55afeca:hover , #a6596a31b9a3979 .a725aa7f55afeca *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a6596a31b9a3979 .uk-grid {
  margin-left: -10px;
}
#a6596a31b9a3979 .uk-grid > * {
  padding-left: 10px;
}
#a6596a31b9a3979 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a6596a31b9a3979 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a6596a31b9a3979 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a6596a31b9a3979 .uk-position-center-left-out {
    left: -30px;
  }
  #a6596a31b9a3979 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aae68ab792ae282 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#aae68ab792ae282 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aae68ab792ae282 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aae68ab792ae282 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aae68ab792ae282 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aae68ab792ae282 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aae68ab792ae282 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aae68ab792ae282 > .tab-wrap > div > .tab-nav,
#aae68ab792ae282 > .tab-nav,
#aae68ab792ae282 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aae68ab792ae282 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aae68ab792ae282 > .tab-wrap > div > .tab-nav-horizontal,
#aae68ab792ae282 > .tab-nav-horizontal,
#aae68ab792ae282 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aae68ab792ae282 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aae68ab792ae282 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aae68ab792ae282 > .tab-nav-horizontal::-webkit-scrollbar,
#aae68ab792ae282 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aae68ab792ae282 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aae68ab792ae282 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aae68ab792ae282 > .tab-nav-horizontal.tagScroll,
#aae68ab792ae282 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aae68ab792ae282 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#aae68ab792ae282 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aae68ab792ae282 > .tab-nav-horizontal.tagScroll li a,
#aae68ab792ae282 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aae68ab792ae282 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aae68ab792ae282 > .tab-wrap > div > .tab-nav a,
#aae68ab792ae282 > .tab-nav a,
#aae68ab792ae282 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aae68ab792ae282 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aae68ab792ae282 > .tab-wrap > div > .tab-nav li a,
#aae68ab792ae282 > .tab-nav li a,
#aae68ab792ae282 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aae68ab792ae282 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#aae68ab792ae282 > .tab-wrap > div > .tab-nav li a svg,
#aae68ab792ae282 > .tab-nav li a svg,
#aae68ab792ae282 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aae68ab792ae282 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aae68ab792ae282 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aae68ab792ae282 > .tab-nav li a .ap_icon,
#aae68ab792ae282 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aae68ab792ae282 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aae68ab792ae282 > .tab-wrap > div > .tab-nav li a:hover,
#aae68ab792ae282 > .tab-nav li a:hover,
#aae68ab792ae282 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aae68ab792ae282 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aae68ab792ae282 > .tab-wrap > div > .tab-nav li.uk-active a,
#aae68ab792ae282 > .tab-nav li.uk-active a,
#aae68ab792ae282 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aae68ab792ae282 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aae68ab792ae282 .layout-left li,
#aae68ab792ae282 .layout-center li,
#aae68ab792ae282 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aae68ab792ae282 .layout-left li a,
#aae68ab792ae282 .layout-center li a,
#aae68ab792ae282 .layout-right li a {
  height: 100%;
}
#aae68ab792ae282 > .tab-tabs .layout-left {
  text-align: left;
}
#aae68ab792ae282 > .tab-tabs .layout-center {
  text-align: center;
}
#aae68ab792ae282 > .tab-tabs .layout-right {
  text-align: right;
}
#aae68ab792ae282 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#aae68ab792ae282 .tab-content-wrap {
  background-color: transparent;
}
#aae68ab792ae282 .tab-contents,
#aae68ab792ae282 .tab-contents-wrap {
  pointer-events: none;
}
#aae68ab792ae282 .tab-content,
#aae68ab792ae282 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aae68ab792ae282 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aae68ab792ae282 .tab-wrap .tab-contents {
  height: 100%;
}
#aae68ab792ae282 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aae68ab792ae282 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aae68ab792ae282 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4800ab347ab1d4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aba89aaf45a93af .list-item.uk-first-column {
  border-right: 1px solid #ececec;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4800ab347ab1d4 [data-item="undefined"] {flex-grow: 0;}#a81fea476ca9efd  {flex: 1;}#aa6f3a39c9a5a94  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#afcbba23f0a0ccc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a627da50bea8f1a  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a3df0a418ca39d6 {
  border-radius: 5px;
  overflow: hidden;
}
#a3df0a418ca39d6 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a3df0a418ca39d6 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a3df0a418ca39d6 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a3df0a418ca39d6 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a3df0a418ca39d6 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a6d96a8946a3e9b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a83dda7748a6151 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad564a5a7ba8fb2 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a15e2ad5f1aa749 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a1f9ba5751a496c > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad94a9d60a08c7  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7b09ae79ba35c9  {flex-grow: 1;}#a7432a737ba5d8e  {flex: 1;}#a0246afa66a7968  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#a93ada6e2baf671 , #a93ada6e2baf671 a{flex-grow: 0;}#ae974af082a415a  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#a7810a2a7eadc5d  {flex-grow: 1;}#a705da789da274d  {flex: 1;}#ab55eacd6eac308  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#acb9dab9a2a9d9f .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#acb9dab9a2a9d9f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: #1364d8;}#ab400ab6c4a1bd8  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a86c9a43a5a88df .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a86c9a43a5a88df .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a8a79ac30ba45d0  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#add07abd68a257f  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#a57e4aa7bea5663 .ae605ac1f1ae66e {
  overflow: hidden;
}
#a57e4aa7bea5663 .ae605ac1f1ae66e , #a57e4aa7bea5663 .ae605ac1f1ae66e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a57e4aa7bea5663 .ae605ac1f1ae66e:hover , #a57e4aa7bea5663 .ae605ac1f1ae66e *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a57e4aa7bea5663 .afc15abed6a35ce {
  overflow: hidden;
}
#a57e4aa7bea5663 .afc15abed6a35ce , #a57e4aa7bea5663 .afc15abed6a35ce > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a57e4aa7bea5663 .uk-grid {
  margin-left: -10px;
}
#a57e4aa7bea5663 .uk-grid > * {
  padding-left: 10px;
}
#a57e4aa7bea5663 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a57e4aa7bea5663 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a57e4aa7bea5663 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a57e4aa7bea5663 .uk-position-center-left-out {
    left: -30px;
  }
  #a57e4aa7bea5663 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa560ab3a4a7ae9  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#aacf6a5a83a4f57 .a9061aecbca2984 {
  overflow: hidden;
}
#aacf6a5a83a4f57 .a9061aecbca2984 , #aacf6a5a83a4f57 .a9061aecbca2984 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aacf6a5a83a4f57 .a9061aecbca2984:hover , #aacf6a5a83a4f57 .a9061aecbca2984 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aacf6a5a83a4f57 .uk-grid {
  margin-left: -10px;
}
#aacf6a5a83a4f57 .uk-grid > * {
  padding-left: 10px;
}
#aacf6a5a83a4f57 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aacf6a5a83a4f57 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aacf6a5a83a4f57 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aacf6a5a83a4f57 .uk-position-center-left-out {
    left: -30px;
  }
  #aacf6a5a83a4f57 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaf02a58a8a946d {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#aaf02a58a8a946d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf02a58a8a946d > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aaf02a58a8a946d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf02a58a8a946d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf02a58a8a946d > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aaf02a58a8a946d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav,
#aaf02a58a8a946d > .tab-nav,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf02a58a8a946d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav-horizontal,
#aaf02a58a8a946d > .tab-nav-horizontal,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf02a58a8a946d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf02a58a8a946d > .tab-nav-horizontal::-webkit-scrollbar,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf02a58a8a946d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf02a58a8a946d > .tab-nav-horizontal.tagScroll,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf02a58a8a946d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf02a58a8a946d > .tab-nav-horizontal.tagScroll li a,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf02a58a8a946d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav a,
#aaf02a58a8a946d > .tab-nav a,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf02a58a8a946d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li a,
#aaf02a58a8a946d > .tab-nav li a,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li a svg,
#aaf02a58a8a946d > .tab-nav li a svg,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf02a58a8a946d > .tab-nav li a .ap_icon,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li a:hover,
#aaf02a58a8a946d > .tab-nav li a:hover,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf02a58a8a946d > .tab-nav li.uk-active a,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf02a58a8a946d .layout-left li,
#aaf02a58a8a946d .layout-center li,
#aaf02a58a8a946d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf02a58a8a946d .layout-left li a,
#aaf02a58a8a946d .layout-center li a,
#aaf02a58a8a946d .layout-right li a {
  height: 100%;
}
#aaf02a58a8a946d > .tab-tabs .layout-left {
  text-align: left;
}
#aaf02a58a8a946d > .tab-tabs .layout-center {
  text-align: center;
}
#aaf02a58a8a946d > .tab-tabs .layout-right {
  text-align: right;
}
#aaf02a58a8a946d .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#aaf02a58a8a946d .tab-content-wrap {
  background-color: transparent;
}
#aaf02a58a8a946d .tab-contents,
#aaf02a58a8a946d .tab-contents-wrap {
  pointer-events: none;
}
#aaf02a58a8a946d .tab-content,
#aaf02a58a8a946d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf02a58a8a946d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf02a58a8a946d .tab-wrap .tab-contents {
  height: 100%;
}
#aaf02a58a8a946d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf02a58a8a946d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf02a58a8a946d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a5d46a42fca7d8f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af5b6adfebac8c7  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 40px;}#ae8bba2f1ba3f86  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a92a9ae8c7a73c2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 60px;}#ae23fa3cebae4ec  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 60px;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a0ab4aa956a4c43 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a10d4a9d32aff1e .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #1364d8;
  color: #1364d8;
  display: inline-block;
  cursor: pointer;
}
#a10d4a9d32aff1e .filter-nav li.uk-active {
  color: #fff;
  background-color: #1364d8;
}
#a10d4a9d32aff1e .text-style figure {
  background: transparent;
}
#a10d4a9d32aff1e .text-style:hover figure {
  background: #1364d8;
}
#a10d4a9d32aff1e .gallery-item img {
  opacity: 1 !important;
}
#a10d4a9d32aff1e .gallery-item:hover figure img {
  opacity: .6 !important;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ab4aa956a4c43 [data-item="undefined"] {flex-grow: 0;}#a6c11a4c47a64dd  {flex: 1;}#a05edaf19fa9390  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a7cefaf160a444d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a38e6a7ca9aa2b5  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a0d4bac5d6a4558 {
  border-radius: 5px;
  overflow: hidden;
}
#a0d4bac5d6a4558 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a0d4bac5d6a4558 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a0d4bac5d6a4558 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a0d4bac5d6a4558 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a0d4bac5d6a4558 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a5407a8b05aecc4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8a7aa7060aa646 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a04dba1b54a9ffd > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a1731a78b7a97bf > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af48fa7c36ad2d8 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#ae61caf40ca5595 > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae91fab390ae2bf > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#aba3daf33aafd9e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a19b7aaf0da4f6f  {flex-grow: 1;}#acf4ca022fa23f2  {flex: 1;}#a3294a9f87a5cdd  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#af6feaa834ad246 , #af6feaa834ad246 a{flex-grow: 0;}#a1a46ac7b8a23c0  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#a0320a73eca11fc  {flex-grow: 1;}#af91aa96efa261a  {flex: 1;}#a4f4fa951fafcd3  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a530ca752ea6294 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a530ca752ea6294 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: #1364d8;}#a1685a2b2aaacb2  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a3016ae6a7a7dca .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a3016ae6a7a7dca .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#ac016a69fda92d1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#a3cf2afb4da238b  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#a8945aaa55a53c9 .a664daabf9a4a7f {
  overflow: hidden;
}
#a8945aaa55a53c9 .a664daabf9a4a7f , #a8945aaa55a53c9 .a664daabf9a4a7f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a8945aaa55a53c9 .a664daabf9a4a7f:hover , #a8945aaa55a53c9 .a664daabf9a4a7f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a8945aaa55a53c9 .ab2d3a697cad70b {
  overflow: hidden;
}
#a8945aaa55a53c9 .ab2d3a697cad70b , #a8945aaa55a53c9 .ab2d3a697cad70b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a8945aaa55a53c9 .uk-grid {
  margin-left: -10px;
}
#a8945aaa55a53c9 .uk-grid > * {
  padding-left: 10px;
}
#a8945aaa55a53c9 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a8945aaa55a53c9 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a8945aaa55a53c9 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a8945aaa55a53c9 .uk-position-center-left-out {
    left: -30px;
  }
  #a8945aaa55a53c9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8463ae12da5960  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#a4b4fa8a1daa1c2 .a8e24acb1fa05e8 {
  overflow: hidden;
}
#a4b4fa8a1daa1c2 .a8e24acb1fa05e8 , #a4b4fa8a1daa1c2 .a8e24acb1fa05e8 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a4b4fa8a1daa1c2 .a8e24acb1fa05e8:hover , #a4b4fa8a1daa1c2 .a8e24acb1fa05e8 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a4b4fa8a1daa1c2 .uk-grid {
  margin-left: -10px;
}
#a4b4fa8a1daa1c2 .uk-grid > * {
  padding-left: 10px;
}
#a4b4fa8a1daa1c2 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a4b4fa8a1daa1c2 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a4b4fa8a1daa1c2 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a4b4fa8a1daa1c2 .uk-position-center-left-out {
    left: -30px;
  }
  #a4b4fa8a1daa1c2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3e22ae2cfa2791 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#a3e22ae2cfa2791 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3e22ae2cfa2791 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a3e22ae2cfa2791 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3e22ae2cfa2791 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3e22ae2cfa2791 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a3e22ae2cfa2791 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3e22ae2cfa2791 > .tab-wrap > div > .tab-nav,
#a3e22ae2cfa2791 > .tab-nav,
#a3e22ae2cfa2791 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3e22ae2cfa2791 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3e22ae2cfa2791 > .tab-wrap > div > .tab-nav-horizontal,
#a3e22ae2cfa2791 > .tab-nav-horizontal,
#a3e22ae2cfa2791 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3e22ae2cfa2791 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3e22ae2cfa2791 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3e22ae2cfa2791 > .tab-nav-horizontal::-webkit-scrollbar,
#a3e22ae2cfa2791 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3e22ae2cfa2791 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3e22ae2cfa2791 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3e22ae2cfa2791 > .tab-nav-horizontal.tagScroll,
#a3e22ae2cfa2791 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3e22ae2cfa2791 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a3e22ae2cfa2791 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3e22ae2cfa2791 > .tab-nav-horizontal.tagScroll li a,
#a3e22ae2cfa2791 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3e22ae2cfa2791 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3e22ae2cfa2791 > .tab-wrap > div > .tab-nav a,
#a3e22ae2cfa2791 > .tab-nav a,
#a3e22ae2cfa2791 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3e22ae2cfa2791 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3e22ae2cfa2791 > .tab-wrap > div > .tab-nav li a,
#a3e22ae2cfa2791 > .tab-nav li a,
#a3e22ae2cfa2791 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3e22ae2cfa2791 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a3e22ae2cfa2791 > .tab-wrap > div > .tab-nav li a svg,
#a3e22ae2cfa2791 > .tab-nav li a svg,
#a3e22ae2cfa2791 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3e22ae2cfa2791 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3e22ae2cfa2791 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3e22ae2cfa2791 > .tab-nav li a .ap_icon,
#a3e22ae2cfa2791 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3e22ae2cfa2791 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3e22ae2cfa2791 > .tab-wrap > div > .tab-nav li a:hover,
#a3e22ae2cfa2791 > .tab-nav li a:hover,
#a3e22ae2cfa2791 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3e22ae2cfa2791 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3e22ae2cfa2791 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3e22ae2cfa2791 > .tab-nav li.uk-active a,
#a3e22ae2cfa2791 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3e22ae2cfa2791 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3e22ae2cfa2791 .layout-left li,
#a3e22ae2cfa2791 .layout-center li,
#a3e22ae2cfa2791 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3e22ae2cfa2791 .layout-left li a,
#a3e22ae2cfa2791 .layout-center li a,
#a3e22ae2cfa2791 .layout-right li a {
  height: 100%;
}
#a3e22ae2cfa2791 > .tab-tabs .layout-left {
  text-align: left;
}
#a3e22ae2cfa2791 > .tab-tabs .layout-center {
  text-align: center;
}
#a3e22ae2cfa2791 > .tab-tabs .layout-right {
  text-align: right;
}
#a3e22ae2cfa2791 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a3e22ae2cfa2791 .tab-content-wrap {
  background-color: transparent;
}
#a3e22ae2cfa2791 .tab-contents,
#a3e22ae2cfa2791 .tab-contents-wrap {
  pointer-events: none;
}
#a3e22ae2cfa2791 .tab-content,
#a3e22ae2cfa2791 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3e22ae2cfa2791 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3e22ae2cfa2791 .tab-wrap .tab-contents {
  height: 100%;
}
#a3e22ae2cfa2791 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3e22ae2cfa2791 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3e22ae2cfa2791 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aef7ba194ea2722  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a4359acd98a4681  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 10px;}#aa121af99ca62fd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#aa3a4a5e08a0533 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 80px;border-bottom-right-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#ac9ecaf574a9c88 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(126, 211, 33, 1);border-left-color: rgba(126, 211, 33, 1);border-bottom-color: rgba(126, 211, 33, 1);border-top-color: rgba(126, 211, 33, 1);}#a44e8a9e7daa19a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#ab8f8a7108a83cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(187, 105, 105, 1);border-left-color: rgba(187, 105, 105, 1);border-bottom-color: rgba(187, 105, 105, 1);border-top-color: rgba(187, 105, 105, 1);}#adc1fa086facd65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#a2c72a6d20a2121 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(80, 86, 254, 1);border-left-color: rgba(80, 86, 254, 1);border-bottom-color: rgba(80, 86, 254, 1);border-top-color: rgba(80, 86, 254, 1);}#a0b25a168eae6a2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#a047aa8545ac861 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(80, 227, 194, 1);border-left-color: rgba(80, 227, 194, 1);border-bottom-color: rgba(80, 227, 194, 1);border-top-color: rgba(80, 227, 194, 1);}#ab087a1440a7838 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 80px;border-bottom-right-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#a4756aab72acd15 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);}#a4d71a0e96a4211 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 80px;border-bottom-right-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#af0b3a3798a23d9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(248, 231, 28, 1);border-left-color: rgba(248, 231, 28, 1);border-bottom-color: rgba(248, 231, 28, 1);border-top-color: rgba(248, 231, 28, 1);}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a54d4ab6b9a8872 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a03e6ad974adb8e .promotion-card {
  position: absolute;
  right: 20px;
  left: 0;
  bottom: 100px;
}
@media (min-width: 960px) {
  #a03e6ad974adb8e .promotion-card {
    width: 70%;
    left: auto;
  }
}
#a03e6ad974adb8e .promotion-card * {
  margin: 0;
}
#a03e6ad974adb8e .promotion-card .promotion-card-icon {
  width: 80px;
  background-color: #1364d8;
  color: #fff;
  font-size: 30px;
  position: relative;
}
#a03e6ad974adb8e .promotion-card .promotion-card-icon::before {
  content: ' ';
  position: absolute;
  right: -16px;
  top: 30%;
  border: 8px solid transparent;
  border-left-color: #1364d8;
}
#a03e6ad974adb8e .promotion-card .promotion-card-detail {
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  background: #07234b;
  background: linear-gradient(to right, #07234b 55%, #1364d8 95%) !important;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a54d4ab6b9a8872 [data-item="undefined"] {flex-grow: 0;}#a03e6ad974adb8e [data-item="buttons[0]"] {font-size: 16px;justify-content: center;border-style: solid;padding-left: 20px;padding-right: 20px;border-radius: 2px;font-weight: 500;font-family: Verdana;background-color: #1364d8;}#a03e6ad974adb8e [data-item="buttons[0]"]:hover {color: #ffffff;background-color: #1364d8;}#a03e6ad974adb8e [data-item="undefined"] {flex-grow: 0;}#a7c47a3d4ba50d5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a554ea0b93adb2b > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1755053994396.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1f5ace79a3113 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1f5ace79a3113  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#af1f5ace79a3113:hover * {color: #ffffff  !important}
                            #af1f5ace79a3113:hover .line{border-color: #ffffff  !important}#aad88a3517a96d9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 0);}#aad88a3517a96d9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a04f9a10bca45fc > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1755139678969.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e27aa40da0129 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e27aa40da0129  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a9e27aa40da0129:hover * {color: #ffffff  !important}
                            #a9e27aa40da0129:hover .line{border-color: #ffffff  !important}#a2e10a1c2fa858b a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 0);}#a2e10a1c2fa858b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a1efea0373ae7a0 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1734061567002.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af4e7ac98fa9797 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af4e7ac98fa9797  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#af4e7ac98fa9797:hover * {color: #ffffff  !important}
                            #af4e7ac98fa9797:hover .line{border-color: #ffffff  !important}#aaaeaa5cd1a366e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#aaaeaa5cd1a366e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a271fa48e5aedf8 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1744262022080.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4865a8b00abc5d > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4865a8b00abc5d  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a4865a8b00abc5d:hover * {color: #ffffff  !important}
                            #a4865a8b00abc5d:hover .line{border-color: #ffffff  !important}#a211fac01aabb05 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1734059438939.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10a9a531aaf31e > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10a9a531aaf31e  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a10a9a531aaf31e:hover * {color: #ffffff  !important}
                            #a10a9a531aaf31e:hover .line{border-color: #ffffff  !important}#a39cbad6bea5ac4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#a39cbad6bea5ac4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#ae485acc99adbf5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1739860253888.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5e3eaceb1ab63c > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5e3eaceb1ab63c  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a5e3eaceb1ab63c:hover * {color: #ffffff  !important}
                            #a5e3eaceb1ab63c:hover .line{border-color: #ffffff  !important}#af9faab4b1a24c0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 0);}#af9faab4b1a24c0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(208, 2, 27, 1);}#addffaeb9ea4fe9 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1763514515738.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a74a7ac63fa8978 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a74a7ac63fa8978  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a74a7ac63fa8978:hover * {color: #ffffff  !important}
                            #a74a7ac63fa8978:hover .line{border-color: #ffffff  !important}#ade45a9521a1667 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 0);}#ade45a9521a1667 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(208, 2, 27, 1);}#af4baa6d61a6624  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a44bcae221a8dc1  {flex-grow: 1;}#a651aa2205a9400  {flex: 1;}#a52dba5c60ae219  {flex-grow: 1;}#a24b6a77e6a6419 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef24a2a70a6669 .ap-category-filter ul li.active {
  border-color: #1364d8;
  color: #1364d8;
}
#aef24a2a70a6669 .uk-grid {
  margin-left: -30px;
}
#aef24a2a70a6669 .uk-grid > * {
  padding-left: 30px;
}
#aef24a2a70a6669 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aef24a2a70a6669 .uk-card {
  background-color: #2265ff;
  transition: all .3s ease;
  background-color: #fafafa;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#aef24a2a70a6669 .uk-card-media-top {
  overflow: hidden;
}
#aef24a2a70a6669 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aef24a2a70a6669 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#aef24a2a70a6669 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #4a4a4a;
  font-family: Arial;
}
#aef24a2a70a6669 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#aef24a2a70a6669 .uk-card-body {
  padding: 15px 10px 8px;
}
#aef24a2a70a6669 hr {
  border-top-color: #e7e7e7;
  margin: 0 0 10px;
}
#aef24a2a70a6669 .uk-button {
  border: 1px solid #ececec;
}
#aef24a2a70a6669 .uk-card .article-category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
}
#aef24a2a70a6669 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #4a4a4a;
}
#aef24a2a70a6669 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #646464;
  line-height: 21px;
}
#aef24a2a70a6669 .uk-card:hover {
  background-color: #f0f0f0;
}
#aef24a2a70a6669 .uk-card:hover .title {
  color: #000000;
}
#aef24a2a70a6669 .uk-card:hover hr {
  border-top-color: #ffffff;
}
#aef24a2a70a6669 .uk-card:hover .img {
  transform: scale(1.2);
}
#aef24a2a70a6669 .uk-card:hover .abstract {
  color: #4a4a4a;
}
#aef24a2a70a6669 .uk-card:hover .datetime {
  color: #4a4a4a;
}
#aef24a2a70a6669 .uk-card:hover .category {
  color: #d3b267;
}
#aef24a2a70a6669 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a535aaa7f8a7782 .ele-wrap {border-color: rgba(248, 158, 35, 0);color: #ffffff;border-width: 0px;border-style: none;font-size: 12px;background-color: #1364d8;border-radius: 3px;justify-content: center;padding-left: 5px;padding-right: 5px;}#a535aaa7f8a7782 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#ab165aea98a0457 .ele-wrap {border-color: rgba(248, 158, 35, 0);color: #ffffff;border-width: 0px;border-style: none;font-size: 12px;background-color: #1364d8;border-radius: 3px;justify-content: center;padding-left: 5px;padding-right: 5px;}#ab165aea98a0457 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#abc2eac95da025c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a63eda3dd7a5a25 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;flex-grow: 0;}#a63eda3dd7a5a25  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#af6c1aeb0fa0f1a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a8a45a6961a69e2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;}#a4111a59d0a29c9 .ele-wrap {border-color: rgba(248, 158, 35, 0);color: #ffffff;border-width: 0px;border-style: none;font-size: 12px;background-color: #1364d8;border-radius: 3px;justify-content: center;padding-left: 5px;padding-right: 5px;}#a4111a59d0a29c9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a3714a077aa3afb  {flex-grow: 1;}#a3519ac82ba6d5d .af209af658a0fde {
  overflow: hidden;
}
#a3519ac82ba6d5d .af209af658a0fde , #a3519ac82ba6d5d .af209af658a0fde > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3519ac82ba6d5d .af209af658a0fde:hover , #a3519ac82ba6d5d .af209af658a0fde *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3519ac82ba6d5d .aff06a3d49ae0e0  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(146, 143, 143, 1);}#a3519ac82ba6d5d .a455aa8229ab5ec a, #a3519ac82ba6d5d .a455aa8229ab5ec {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(155, 155, 155, 1);}#a3519ac82ba6d5d .a455aa8229ab5ec a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3519ac82ba6d5d .uk-grid {
  margin-left: 0px;
}
#a3519ac82ba6d5d .uk-grid > * {
  padding-left: 0px;
}
#a3519ac82ba6d5d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3519ac82ba6d5d .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f0f0f0;
}
#a3519ac82ba6d5d .dynamic-list-item:hover {
  background-color: #f0f0f0;
}
/* mobile */
@media (max-width: 640px) {
  #a3519ac82ba6d5d .uk-position-center-left-out {
    left: -30px;
  }
  #a3519ac82ba6d5d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7ac0ab0a6a3caf  {flex-grow: 1;}#abe0ca917aafeac  {flex: 1;}#a2bbda1987afc23  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 15px;margin-top: 30px;margin-bottom: 60px;}#a54fea02d9a2f19 .ele-wrap {border-color: rgba(74, 74, 74, 1);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 1px;justify-content: center;font-family: Verdana;font-weight: 500;}#a54fea02d9a2f19 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: #fafafa;border-color: rgba(18, 110, 130, 1);}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4592ac4cda6845 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4592ac4cda6845 [data-item="undefined"] {flex-grow: 0;}#a7dccacd36ad578  {flex: 1;}#a69f4ab821a50d1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a4b99a39a0aa354 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab643a38eea4893  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#aed10ab00cab997 {
  border-radius: 5px;
  overflow: hidden;
}
#aed10ab00cab997 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#aed10ab00cab997 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#aed10ab00cab997 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#aed10ab00cab997 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#aed10ab00cab997 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a496ba69f3a23d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab5dca1561a4316 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79a0a700baaf63 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a8defa135faf3f6 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d77a4b40aeb56 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a9112a034ba5cfb > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a82d4aa688ab23a > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#aa5f7abf91a771a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758611485008.jpeg);background-size: cover;background-position: center left;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac7f7af3f0a923c .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ac7f7af3f0a923c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a7f24a0be6ae1bb {
  overflow: hidden;
  pointer-events: none;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav,
#a7f24a0be6ae1bb > .tab-nav,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav-horizontal,
#a7f24a0be6ae1bb > .tab-nav-horizontal,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7f24a0be6ae1bb > .tab-nav-horizontal::-webkit-scrollbar,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7f24a0be6ae1bb > .tab-nav-horizontal.tagScroll,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7f24a0be6ae1bb > .tab-nav-horizontal.tagScroll li a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav a,
#a7f24a0be6ae1bb > .tab-nav a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li a,
#a7f24a0be6ae1bb > .tab-nav li a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li a svg,
#a7f24a0be6ae1bb > .tab-nav li a svg,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7f24a0be6ae1bb > .tab-nav li a .ap_icon,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li a:hover,
#a7f24a0be6ae1bb > .tab-nav li a:hover,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li.uk-active a,
#a7f24a0be6ae1bb > .tab-nav li.uk-active a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: none;
  border-bottom-width: 0;
}
#a7f24a0be6ae1bb .layout-left li,
#a7f24a0be6ae1bb .layout-center li,
#a7f24a0be6ae1bb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7f24a0be6ae1bb .layout-left li a,
#a7f24a0be6ae1bb .layout-center li a,
#a7f24a0be6ae1bb .layout-right li a {
  height: 100%;
}
#a7f24a0be6ae1bb > .tab-tabs .layout-left {
  text-align: left;
}
#a7f24a0be6ae1bb > .tab-tabs .layout-center {
  text-align: center;
}
#a7f24a0be6ae1bb > .tab-tabs .layout-right {
  text-align: right;
}
#a7f24a0be6ae1bb .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a7f24a0be6ae1bb .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
#a7f24a0be6ae1bb .tab-contents,
#a7f24a0be6ae1bb .tab-contents-wrap {
  pointer-events: none;
}
#a7f24a0be6ae1bb .tab-content,
#a7f24a0be6ae1bb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7f24a0be6ae1bb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7f24a0be6ae1bb .tab-wrap .tab-contents {
  height: 100%;
}
#a7f24a0be6ae1bb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7f24a0be6ae1bb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7f24a0be6ae1bb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a004ba5832ab8cb .ele-wrap {color: #1364d8;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a004ba5832ab8cb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ac94cad1f0aba0f {
  overflow: hidden;
  pointer-events: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav,
#ac94cad1f0aba0f > .tab-nav,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav-horizontal,
#ac94cad1f0aba0f > .tab-nav-horizontal,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac94cad1f0aba0f > .tab-nav-horizontal::-webkit-scrollbar,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac94cad1f0aba0f > .tab-nav-horizontal.tagScroll,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac94cad1f0aba0f > .tab-nav-horizontal.tagScroll li a,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav a,
#ac94cad1f0aba0f > .tab-nav a,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li a,
#ac94cad1f0aba0f > .tab-nav li a,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  margin-bottom: 0;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li a svg,
#ac94cad1f0aba0f > .tab-nav li a svg,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac94cad1f0aba0f > .tab-nav li a .ap_icon,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li a:hover,
#ac94cad1f0aba0f > .tab-nav li a:hover,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-color: #4a4a4a;
  border-bottom-width: 1px;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li.uk-active a,
#ac94cad1f0aba0f > .tab-nav li.uk-active a,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#ac94cad1f0aba0f .layout-left li,
#ac94cad1f0aba0f .layout-center li,
#ac94cad1f0aba0f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac94cad1f0aba0f .layout-left li a,
#ac94cad1f0aba0f .layout-center li a,
#ac94cad1f0aba0f .layout-right li a {
  height: 100%;
}
#ac94cad1f0aba0f > .tab-tabs .layout-left {
  text-align: left;
}
#ac94cad1f0aba0f > .tab-tabs .layout-center {
  text-align: center;
}
#ac94cad1f0aba0f > .tab-tabs .layout-right {
  text-align: right;
}
#ac94cad1f0aba0f .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ac94cad1f0aba0f .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ac94cad1f0aba0f .tab-contents,
#ac94cad1f0aba0f .tab-contents-wrap {
  pointer-events: none;
}
#ac94cad1f0aba0f .tab-content,
#ac94cad1f0aba0f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac94cad1f0aba0f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac94cad1f0aba0f .tab-wrap .tab-contents {
  height: 100%;
}
#ac94cad1f0aba0f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac94cad1f0aba0f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac94cad1f0aba0f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8caba83c1ac2cb .ele-wrap {color: #1364d8;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a8caba83c1ac2cb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a5729a7922a49dc {
  overflow: hidden;
  pointer-events: none;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav,
#a5729a7922a49dc > .tab-nav,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5729a7922a49dc > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav-horizontal,
#a5729a7922a49dc > .tab-nav-horizontal,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5729a7922a49dc > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5729a7922a49dc > .tab-nav-horizontal::-webkit-scrollbar,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5729a7922a49dc > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5729a7922a49dc > .tab-nav-horizontal.tagScroll,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5729a7922a49dc > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5729a7922a49dc > .tab-nav-horizontal.tagScroll li a,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5729a7922a49dc > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav a,
#a5729a7922a49dc > .tab-nav a,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5729a7922a49dc > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li a,
#a5729a7922a49dc > .tab-nav li a,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5729a7922a49dc > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li a svg,
#a5729a7922a49dc > .tab-nav li a svg,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5729a7922a49dc > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5729a7922a49dc > .tab-nav li a .ap_icon,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5729a7922a49dc > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li a:hover,
#a5729a7922a49dc > .tab-nav li a:hover,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5729a7922a49dc > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li.uk-active a,
#a5729a7922a49dc > .tab-nav li.uk-active a,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5729a7922a49dc > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: none;
  border-bottom-width: 0;
}
#a5729a7922a49dc .layout-left li,
#a5729a7922a49dc .layout-center li,
#a5729a7922a49dc .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5729a7922a49dc .layout-left li a,
#a5729a7922a49dc .layout-center li a,
#a5729a7922a49dc .layout-right li a {
  height: 100%;
}
#a5729a7922a49dc > .tab-tabs .layout-left {
  text-align: left;
}
#a5729a7922a49dc > .tab-tabs .layout-center {
  text-align: center;
}
#a5729a7922a49dc > .tab-tabs .layout-right {
  text-align: right;
}
#a5729a7922a49dc .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a5729a7922a49dc .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
#a5729a7922a49dc .tab-contents,
#a5729a7922a49dc .tab-contents-wrap {
  pointer-events: none;
}
#a5729a7922a49dc .tab-content,
#a5729a7922a49dc .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5729a7922a49dc .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5729a7922a49dc .tab-wrap .tab-contents {
  height: 100%;
}
#a5729a7922a49dc .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5729a7922a49dc .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5729a7922a49dc .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af50da051fa452c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7e79a7d10ac9da  {flex-grow: 1;}#ac7e7a9c78a3f3e  {flex: 1;}#a2352affe9acd33  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#ab56facae4a5589 , #ab56facae4a5589 a{flex-grow: 0;}#a858babe73ae02a  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#ac3f2a4e85ab874  {flex-grow: 1;}#ad273a7842a0268  {flex: 1;}#a0933a292ba6d21  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a0fc8a5175a2ff0 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a0fc8a5175a2ff0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: #1364d8;}#ae6d1a3b4ea543c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a812ea2b0faf0ef .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a812ea2b0faf0ef .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a4693a9dcbabdbc  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#a6803a78e3ab342  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#a79ebaf9cdac71b .aa137a0c09abaaa {
  overflow: hidden;
}
#a79ebaf9cdac71b .aa137a0c09abaaa , #a79ebaf9cdac71b .aa137a0c09abaaa > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a79ebaf9cdac71b .aa137a0c09abaaa:hover , #a79ebaf9cdac71b .aa137a0c09abaaa *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a79ebaf9cdac71b .aaecbaea40abb2e {
  overflow: hidden;
}
#a79ebaf9cdac71b .aaecbaea40abb2e , #a79ebaf9cdac71b .aaecbaea40abb2e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a79ebaf9cdac71b .uk-grid {
  margin-left: -10px;
}
#a79ebaf9cdac71b .uk-grid > * {
  padding-left: 10px;
}
#a79ebaf9cdac71b .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a79ebaf9cdac71b .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a79ebaf9cdac71b .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a79ebaf9cdac71b .uk-position-center-left-out {
    left: -30px;
  }
  #a79ebaf9cdac71b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad618afccaa26bd  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#a9b69a7ca0a9053 .a3fb1aab4ea0625 {
  overflow: hidden;
}
#a9b69a7ca0a9053 .a3fb1aab4ea0625 , #a9b69a7ca0a9053 .a3fb1aab4ea0625 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a9b69a7ca0a9053 .a3fb1aab4ea0625:hover , #a9b69a7ca0a9053 .a3fb1aab4ea0625 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a9b69a7ca0a9053 .uk-grid {
  margin-left: -10px;
}
#a9b69a7ca0a9053 .uk-grid > * {
  padding-left: 10px;
}
#a9b69a7ca0a9053 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9b69a7ca0a9053 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a9b69a7ca0a9053 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a9b69a7ca0a9053 .uk-position-center-left-out {
    left: -30px;
  }
  #a9b69a7ca0a9053 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4700a3da3acd54 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#a4700a3da3acd54 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4700a3da3acd54 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4700a3da3acd54 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4700a3da3acd54 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4700a3da3acd54 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4700a3da3acd54 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4700a3da3acd54 > .tab-wrap > div > .tab-nav,
#a4700a3da3acd54 > .tab-nav,
#a4700a3da3acd54 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4700a3da3acd54 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4700a3da3acd54 > .tab-wrap > div > .tab-nav-horizontal,
#a4700a3da3acd54 > .tab-nav-horizontal,
#a4700a3da3acd54 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4700a3da3acd54 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4700a3da3acd54 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4700a3da3acd54 > .tab-nav-horizontal::-webkit-scrollbar,
#a4700a3da3acd54 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4700a3da3acd54 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4700a3da3acd54 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4700a3da3acd54 > .tab-nav-horizontal.tagScroll,
#a4700a3da3acd54 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4700a3da3acd54 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a4700a3da3acd54 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4700a3da3acd54 > .tab-nav-horizontal.tagScroll li a,
#a4700a3da3acd54 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4700a3da3acd54 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4700a3da3acd54 > .tab-wrap > div > .tab-nav a,
#a4700a3da3acd54 > .tab-nav a,
#a4700a3da3acd54 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4700a3da3acd54 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4700a3da3acd54 > .tab-wrap > div > .tab-nav li a,
#a4700a3da3acd54 > .tab-nav li a,
#a4700a3da3acd54 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4700a3da3acd54 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a4700a3da3acd54 > .tab-wrap > div > .tab-nav li a svg,
#a4700a3da3acd54 > .tab-nav li a svg,
#a4700a3da3acd54 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4700a3da3acd54 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4700a3da3acd54 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4700a3da3acd54 > .tab-nav li a .ap_icon,
#a4700a3da3acd54 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4700a3da3acd54 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4700a3da3acd54 > .tab-wrap > div > .tab-nav li a:hover,
#a4700a3da3acd54 > .tab-nav li a:hover,
#a4700a3da3acd54 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4700a3da3acd54 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4700a3da3acd54 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4700a3da3acd54 > .tab-nav li.uk-active a,
#a4700a3da3acd54 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4700a3da3acd54 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4700a3da3acd54 .layout-left li,
#a4700a3da3acd54 .layout-center li,
#a4700a3da3acd54 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4700a3da3acd54 .layout-left li a,
#a4700a3da3acd54 .layout-center li a,
#a4700a3da3acd54 .layout-right li a {
  height: 100%;
}
#a4700a3da3acd54 > .tab-tabs .layout-left {
  text-align: left;
}
#a4700a3da3acd54 > .tab-tabs .layout-center {
  text-align: center;
}
#a4700a3da3acd54 > .tab-tabs .layout-right {
  text-align: right;
}
#a4700a3da3acd54 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a4700a3da3acd54 .tab-content-wrap {
  background-color: transparent;
}
#a4700a3da3acd54 .tab-contents,
#a4700a3da3acd54 .tab-contents-wrap {
  pointer-events: none;
}
#a4700a3da3acd54 .tab-content,
#a4700a3da3acd54 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4700a3da3acd54 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4700a3da3acd54 .tab-wrap .tab-contents {
  height: 100%;
}
#a4700a3da3acd54 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4700a3da3acd54 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4700a3da3acd54 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac982a4f18a07ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa825ae915aa63b .uk-card {
  overflow: hidden;
  height: 400px;
}
#aa825ae915aa63b .uk-link-reset {
  cursor: default;
}
#aa825ae915aa63b .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aa825ae915aa63b .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#aa825ae915aa63b .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aa825ae915aa63b .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#aa825ae915aa63b .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#aa825ae915aa63b .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aa825ae915aa63b .uk-card .uk-h5,
#aa825ae915aa63b .uk-card .ap-icon {
  color: #666666;
}
#aa825ae915aa63b .uk-card:hover::before {
  background: rgba(19, 100, 216, 0.9);
}
#aa825ae915aa63b .uk-card:hover .item-logo {
  margin-top: 80px;
}
#aa825ae915aa63b .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#aa825ae915aa63b .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac982a4f18a07ab [data-item="undefined"] {flex-grow: 0;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa35cad0aba513e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9631a2a43a6166 .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#a78b9af72ea64b8 .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa35cad0aba513e [data-item="undefined"] {flex-grow: 0;}#a0f23a69dcaa443  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#afc4ea6559aeed4  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 70px;padding-bottom: 50px;padding-right: 40px;padding-left: 0px;}#a0d56ab597acc5a  {flex-grow: 1;}#ab5aaa0daea0040  {flex: 1;}#ae5faa7e14a9827  {flex-grow: 1;}#aa00ea4755afaaa  {flex-grow: 1;}#a3f24a87f1a6ba7  {flex: 1;flex-direction: column;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a898ea830ea9045  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ab634a3d9bab5d0 .img-wrap {
  flex-grow: 0;
}
#abbf1a9db9aa4f0  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#a3968abd18afa5b  {flex-grow: 1;}#a75a2a0ec0a9a49  {flex: 1;flex-direction: column;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#ac70ca2d38a79a4  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#acc3eabdc6a90e5 .img-wrap {
  flex-grow: 0;
}
#ae734aa91ea4b49  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#a3346a4809af154  {flex: 1;}#acb9fad707a44d1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a7552a6be5a8c7d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa782a5542a6552  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a6c33ab8eea5fbd {
  border-radius: 5px;
  overflow: hidden;
}
#a6c33ab8eea5fbd .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a6c33ab8eea5fbd .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a6c33ab8eea5fbd .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a6c33ab8eea5fbd .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a6c33ab8eea5fbd .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a0e1dacdb5ad8e2  {flex: 1;}#a60efa56abaf2ad  {flex-grow: 1;}#a7922a58d8ac21e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af468a22b8a0c9e  {flex-grow: 1;}#a5f6ea30f6a8b86  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a26b0a9d4fa1f6b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 10px;}#a66c8a6bdbadd6a  {flex-grow: 1;}#af016aa9e4a1bfd  {flex-grow: 1;}#ade7cacfcfa2d17  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a91d3a8a55aefef  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 10px;}#a9ccba55aeafdb9  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 70px;}#a21d5aea8da95f4  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a9bfbad3ccaddee  {flex-grow: 1;}#a38b6ac2f0a70e3  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aabdca8c05aed01  {flex-grow: 1;}#a8407afc44a8fed  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a9ea3a3e72a573b  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 10px;}#a5fbeada6baf7e3  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab447a07cfa0ed6  {flex-grow: 1;}#a6c49ae3a9aa583  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6556a4262a1093  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 10px;}#aedb4a7fbca79bd  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 70px;}#a50e3a9437ac143  {flex: 1;}#a9863a74c2a273a  {flex-grow: 1;}#aacd2a823eaafdb  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6b2da0382ac07a  {flex-grow: 1;}#a86e2a90b0a3a9f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a9412ab1c9a194d  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 10px;}#a44a2adee2a5a48  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289cab528a32a0  {flex-grow: 1;}#ad808a0d9ba2877  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0f7fa5c77ab7e8  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 10px;}#a359baf194a0288  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 70px;}#ab9baa7ee9a8690  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-right: 40px;padding-left: 40px;padding-bottom: 30px;padding-top: 30px;}#ae3bba489fa7294  {flex-grow: 1;}#a8620a5ae7ad045  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a5ddca47b1a43da  {flex-grow: 1;}#a21a7af618af16a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0c3ba0280a337e  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 10px;}#ab1b4a319daf101  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ac0c6a8b2fae3b8  {flex-grow: 1;}#ac71da5f3ba048d  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6f1ba65a9ae918  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 10px;}#a9035a4970a27f5  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 70px;}#aaeeda1014a1935  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7b30afbc5a18d3  {flex-grow: 1;}#af882a183fa3e95  {flex: 1;}#a5e78ae6a9aba2f  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#a384fa74fea5fb4 , #a384fa74fea5fb4 a{flex-grow: 0;}#aa8aaa8fb0a6685  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#adbfaab51caeec2  {flex-grow: 1;}#a9adca1775a1042  {flex: 1;}#a106ea14a0af61e  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a9d5ba5e90a4cef .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a9d5ba5e90a4cef .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: #1364d8;}#ae784ad662abb71  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a6f5cab4dba8912 .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a6f5cab4dba8912 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a08c6ad2efaa74a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#a0d55af8a2a45cc  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#a2160ac964a7be9 .a9489aa4f0a64d6 {
  overflow: hidden;
}
#a2160ac964a7be9 .a9489aa4f0a64d6 , #a2160ac964a7be9 .a9489aa4f0a64d6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2160ac964a7be9 .a9489aa4f0a64d6:hover , #a2160ac964a7be9 .a9489aa4f0a64d6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2160ac964a7be9 .ade45ad5a5aed2e {
  overflow: hidden;
}
#a2160ac964a7be9 .ade45ad5a5aed2e , #a2160ac964a7be9 .ade45ad5a5aed2e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2160ac964a7be9 .uk-grid {
  margin-left: -10px;
}
#a2160ac964a7be9 .uk-grid > * {
  padding-left: 10px;
}
#a2160ac964a7be9 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a2160ac964a7be9 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a2160ac964a7be9 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a2160ac964a7be9 .uk-position-center-left-out {
    left: -30px;
  }
  #a2160ac964a7be9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac3aba63cea4af6  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#a60ddaab3cafa8c .a417baa693a6ecc {
  overflow: hidden;
}
#a60ddaab3cafa8c .a417baa693a6ecc , #a60ddaab3cafa8c .a417baa693a6ecc > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a60ddaab3cafa8c .a417baa693a6ecc:hover , #a60ddaab3cafa8c .a417baa693a6ecc *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a60ddaab3cafa8c .uk-grid {
  margin-left: -10px;
}
#a60ddaab3cafa8c .uk-grid > * {
  padding-left: 10px;
}
#a60ddaab3cafa8c .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a60ddaab3cafa8c .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a60ddaab3cafa8c .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a60ddaab3cafa8c .uk-position-center-left-out {
    left: -30px;
  }
  #a60ddaab3cafa8c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1bdba14f5a17e3 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#a1bdba14f5a17e3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1bdba14f5a17e3 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a1bdba14f5a17e3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1bdba14f5a17e3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1bdba14f5a17e3 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a1bdba14f5a17e3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1bdba14f5a17e3 > .tab-wrap > div > .tab-nav,
#a1bdba14f5a17e3 > .tab-nav,
#a1bdba14f5a17e3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1bdba14f5a17e3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1bdba14f5a17e3 > .tab-wrap > div > .tab-nav-horizontal,
#a1bdba14f5a17e3 > .tab-nav-horizontal,
#a1bdba14f5a17e3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1bdba14f5a17e3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1bdba14f5a17e3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1bdba14f5a17e3 > .tab-nav-horizontal::-webkit-scrollbar,
#a1bdba14f5a17e3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1bdba14f5a17e3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1bdba14f5a17e3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1bdba14f5a17e3 > .tab-nav-horizontal.tagScroll,
#a1bdba14f5a17e3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1bdba14f5a17e3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a1bdba14f5a17e3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1bdba14f5a17e3 > .tab-nav-horizontal.tagScroll li a,
#a1bdba14f5a17e3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1bdba14f5a17e3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1bdba14f5a17e3 > .tab-wrap > div > .tab-nav a,
#a1bdba14f5a17e3 > .tab-nav a,
#a1bdba14f5a17e3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1bdba14f5a17e3 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1bdba14f5a17e3 > .tab-wrap > div > .tab-nav li a,
#a1bdba14f5a17e3 > .tab-nav li a,
#a1bdba14f5a17e3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1bdba14f5a17e3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a1bdba14f5a17e3 > .tab-wrap > div > .tab-nav li a svg,
#a1bdba14f5a17e3 > .tab-nav li a svg,
#a1bdba14f5a17e3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1bdba14f5a17e3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1bdba14f5a17e3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1bdba14f5a17e3 > .tab-nav li a .ap_icon,
#a1bdba14f5a17e3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1bdba14f5a17e3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1bdba14f5a17e3 > .tab-wrap > div > .tab-nav li a:hover,
#a1bdba14f5a17e3 > .tab-nav li a:hover,
#a1bdba14f5a17e3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1bdba14f5a17e3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1bdba14f5a17e3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a1bdba14f5a17e3 > .tab-nav li.uk-active a,
#a1bdba14f5a17e3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1bdba14f5a17e3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1bdba14f5a17e3 .layout-left li,
#a1bdba14f5a17e3 .layout-center li,
#a1bdba14f5a17e3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1bdba14f5a17e3 .layout-left li a,
#a1bdba14f5a17e3 .layout-center li a,
#a1bdba14f5a17e3 .layout-right li a {
  height: 100%;
}
#a1bdba14f5a17e3 > .tab-tabs .layout-left {
  text-align: left;
}
#a1bdba14f5a17e3 > .tab-tabs .layout-center {
  text-align: center;
}
#a1bdba14f5a17e3 > .tab-tabs .layout-right {
  text-align: right;
}
#a1bdba14f5a17e3 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a1bdba14f5a17e3 .tab-content-wrap {
  background-color: transparent;
}
#a1bdba14f5a17e3 .tab-contents,
#a1bdba14f5a17e3 .tab-contents-wrap {
  pointer-events: none;
}
#a1bdba14f5a17e3 .tab-content,
#a1bdba14f5a17e3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1bdba14f5a17e3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1bdba14f5a17e3 .tab-wrap .tab-contents {
  height: 100%;
}
#a1bdba14f5a17e3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1bdba14f5a17e3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1bdba14f5a17e3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a1cd7ac04dad988 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1cd7ac04dad988 [data-item="undefined"] {flex-grow: 0;}#aa8d4a03b8aa40f  {flex: 1;}#a86a9a9e1faf766  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#af31aa7dada5bf8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a58b0a4a5fa4767  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a1552a604aa9e07 {
  border-radius: 5px;
  overflow: hidden;
}
#a1552a604aa9e07 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a1552a604aa9e07 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a1552a604aa9e07 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a1552a604aa9e07 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a1552a604aa9e07 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a54b8aa79fa8b08 > .ele-wrap {background-color: #1364d8;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af17fa77eba0a38 .img-wrap {
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
#adf3aa0efaa8f87 .img-wrap {
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
#abbdea325ca59a7 .img-wrap {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8b98a0881a9ce3  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a5088acbd6af75a  {flex-grow: 1;}#ad2f3a6487aff1d  {flex: 1;}#aa313a0f26ab19e  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#a4947a04e3ac04d , #a4947a04e3ac04d a{flex-grow: 0;}#a0ae1aa6b3a4d9a  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#a9e87aad74a9df0  {flex-grow: 1;}#a7a16a1273a6cc6  {flex: 1;}#afb37af5c7af774  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#aaee1ae2f7a3f85 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#aaee1ae2f7a3f85 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: #1364d8;}#aae77a6951a8902  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#affa2a1340aa5fa .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#affa2a1340aa5fa .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#ac1c2af1a8a2a4a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#ae1cfa433aae2de  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#a7550ac2b5af89a .a85a2ad606a0e23 {
  overflow: hidden;
}
#a7550ac2b5af89a .a85a2ad606a0e23 , #a7550ac2b5af89a .a85a2ad606a0e23 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a7550ac2b5af89a .a85a2ad606a0e23:hover , #a7550ac2b5af89a .a85a2ad606a0e23 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a7550ac2b5af89a .a1fb7a18bdaf801 {
  overflow: hidden;
}
#a7550ac2b5af89a .a1fb7a18bdaf801 , #a7550ac2b5af89a .a1fb7a18bdaf801 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a7550ac2b5af89a .uk-grid {
  margin-left: -10px;
}
#a7550ac2b5af89a .uk-grid > * {
  padding-left: 10px;
}
#a7550ac2b5af89a .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7550ac2b5af89a .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a7550ac2b5af89a .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a7550ac2b5af89a .uk-position-center-left-out {
    left: -30px;
  }
  #a7550ac2b5af89a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aac81ab014a0009  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#ab0dba56f8afc71 .aae12a0a6aa63e3 {
  overflow: hidden;
}
#ab0dba56f8afc71 .aae12a0a6aa63e3 , #ab0dba56f8afc71 .aae12a0a6aa63e3 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ab0dba56f8afc71 .aae12a0a6aa63e3:hover , #ab0dba56f8afc71 .aae12a0a6aa63e3 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ab0dba56f8afc71 .uk-grid {
  margin-left: -10px;
}
#ab0dba56f8afc71 .uk-grid > * {
  padding-left: 10px;
}
#ab0dba56f8afc71 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ab0dba56f8afc71 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#ab0dba56f8afc71 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #ab0dba56f8afc71 .uk-position-center-left-out {
    left: -30px;
  }
  #ab0dba56f8afc71 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a72cda9c2ba5e25 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#a72cda9c2ba5e25 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a72cda9c2ba5e25 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a72cda9c2ba5e25 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a72cda9c2ba5e25 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a72cda9c2ba5e25 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a72cda9c2ba5e25 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a72cda9c2ba5e25 > .tab-wrap > div > .tab-nav,
#a72cda9c2ba5e25 > .tab-nav,
#a72cda9c2ba5e25 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a72cda9c2ba5e25 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a72cda9c2ba5e25 > .tab-wrap > div > .tab-nav-horizontal,
#a72cda9c2ba5e25 > .tab-nav-horizontal,
#a72cda9c2ba5e25 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a72cda9c2ba5e25 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a72cda9c2ba5e25 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a72cda9c2ba5e25 > .tab-nav-horizontal::-webkit-scrollbar,
#a72cda9c2ba5e25 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a72cda9c2ba5e25 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a72cda9c2ba5e25 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a72cda9c2ba5e25 > .tab-nav-horizontal.tagScroll,
#a72cda9c2ba5e25 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a72cda9c2ba5e25 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a72cda9c2ba5e25 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a72cda9c2ba5e25 > .tab-nav-horizontal.tagScroll li a,
#a72cda9c2ba5e25 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a72cda9c2ba5e25 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a72cda9c2ba5e25 > .tab-wrap > div > .tab-nav a,
#a72cda9c2ba5e25 > .tab-nav a,
#a72cda9c2ba5e25 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a72cda9c2ba5e25 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a72cda9c2ba5e25 > .tab-wrap > div > .tab-nav li a,
#a72cda9c2ba5e25 > .tab-nav li a,
#a72cda9c2ba5e25 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a72cda9c2ba5e25 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a72cda9c2ba5e25 > .tab-wrap > div > .tab-nav li a svg,
#a72cda9c2ba5e25 > .tab-nav li a svg,
#a72cda9c2ba5e25 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a72cda9c2ba5e25 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a72cda9c2ba5e25 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a72cda9c2ba5e25 > .tab-nav li a .ap_icon,
#a72cda9c2ba5e25 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a72cda9c2ba5e25 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a72cda9c2ba5e25 > .tab-wrap > div > .tab-nav li a:hover,
#a72cda9c2ba5e25 > .tab-nav li a:hover,
#a72cda9c2ba5e25 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a72cda9c2ba5e25 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a72cda9c2ba5e25 > .tab-wrap > div > .tab-nav li.uk-active a,
#a72cda9c2ba5e25 > .tab-nav li.uk-active a,
#a72cda9c2ba5e25 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a72cda9c2ba5e25 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a72cda9c2ba5e25 .layout-left li,
#a72cda9c2ba5e25 .layout-center li,
#a72cda9c2ba5e25 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a72cda9c2ba5e25 .layout-left li a,
#a72cda9c2ba5e25 .layout-center li a,
#a72cda9c2ba5e25 .layout-right li a {
  height: 100%;
}
#a72cda9c2ba5e25 > .tab-tabs .layout-left {
  text-align: left;
}
#a72cda9c2ba5e25 > .tab-tabs .layout-center {
  text-align: center;
}
#a72cda9c2ba5e25 > .tab-tabs .layout-right {
  text-align: right;
}
#a72cda9c2ba5e25 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a72cda9c2ba5e25 .tab-content-wrap {
  background-color: transparent;
}
#a72cda9c2ba5e25 .tab-contents,
#a72cda9c2ba5e25 .tab-contents-wrap {
  pointer-events: none;
}
#a72cda9c2ba5e25 .tab-content,
#a72cda9c2ba5e25 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a72cda9c2ba5e25 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a72cda9c2ba5e25 .tab-wrap .tab-contents {
  height: 100%;
}
#a72cda9c2ba5e25 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a72cda9c2ba5e25 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a72cda9c2ba5e25 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac982a4f18a07ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6614a27ffa0748 .uk-card {
  overflow: hidden;
  height: 400px;
}
#a6614a27ffa0748 .uk-link-reset {
  cursor: default;
}
#a6614a27ffa0748 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a6614a27ffa0748 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#a6614a27ffa0748 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a6614a27ffa0748 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#a6614a27ffa0748 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#a6614a27ffa0748 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a6614a27ffa0748 .uk-card .uk-h5,
#a6614a27ffa0748 .uk-card .ap-icon {
  color: #666666;
}
#a6614a27ffa0748 .uk-card:hover::before {
  background: rgba(19, 100, 216, 0.9);
}
#a6614a27ffa0748 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#a6614a27ffa0748 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#a6614a27ffa0748 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac982a4f18a07ab [data-item="undefined"] {flex-grow: 0;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a8b05a0758a5203 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4bbcaef0ea0cf2 .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#a6f62ae176a437e .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8b05a0758a5203 [data-item="undefined"] {flex-grow: 0;}#a4eeaaeb6daebfa  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aacc2a864bab365  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 70px;padding-bottom: 50px;padding-right: 40px;padding-left: 0px;}#a614aafb11a5a7e  {flex-grow: 1;}#af938acafea9f86  {flex: 1;}#a6785aac50a31f3  {flex-grow: 1;}#af804ad30fa7bf7  {flex-grow: 1;}#aa2d8a0c60a8e3b  {flex: 1;flex-direction: column;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#aec7fa3d70a71f8  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a6473a7ee2a3829 .img-wrap {
  flex-grow: 0;
}
#a578aaf536aad84  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#a1a81a4b9fa8991  {flex-grow: 1;}#af499a2e55a3447  {flex: 1;flex-direction: column;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#ad26aa8dceabb75  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#aacd0a0315abd5c .img-wrap {
  flex-grow: 0;
}
#ab759a3727a1d02  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#ac343ac508a66ad  {flex: 1;}#a03bdae939a09a8  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a512da4e9caa14d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5237a3fddabbd8  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a12f9ac61da031b {
  border-radius: 5px;
  overflow: hidden;
}
#a12f9ac61da031b .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a12f9ac61da031b .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a12f9ac61da031b .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a12f9ac61da031b .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a12f9ac61da031b .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#ab35da95b4ac069  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0aa9acb54a1aef  {flex-grow: 1;}#ae445a1b5ea1ed6  {flex: 1;}#ab445a6a11a58b1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 15px;}#a6468a5d8fa2084 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);flex-grow: 0;}#a8021a7cb3ae9cd  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 15px;}#a82e9a0b77ab99d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);flex-grow: 0;}#a5d5ea1338afd55  {flex-grow: 1;}#a0c0fa6ffca11d9  {flex: 1;}#a9f8cadcabac66b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 40px;margin-bottom: 70px;}#a6c63acbfba9168 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);flex-grow: 0;}#a3b5da4c1ba7fb4  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 40px;margin-bottom: 70px;}#ad705a3488a2e50 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);flex-grow: 0;}#a31e8acf50aab54 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1759031744626.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2822a2887a2602 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd37a7b2baf7eb > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1759045946540.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa6aea32e7ada8f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a90a9a36abaae00  {flex-grow: 1;}#aac79a6644ac846  {flex: 1;}#a2243a39cca83a4  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#a1993a35e7a76dc , #a1993a35e7a76dc a{flex-grow: 0;}#a9509a0bdfa190c  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#a9015aa80da43a4  {flex-grow: 1;}#a7999ad470a35b4  {flex: 1;}#a7df2a2b66a7f07  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#af150a7361a5afb .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#af150a7361a5afb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a02aca471dad119  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#ae452a1822ab086  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#a3e5fa5da4aee27 .ac91ba100ba8f1b {
  overflow: hidden;
}
#a3e5fa5da4aee27 .ac91ba100ba8f1b , #a3e5fa5da4aee27 .ac91ba100ba8f1b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a3e5fa5da4aee27 .ac91ba100ba8f1b:hover , #a3e5fa5da4aee27 .ac91ba100ba8f1b *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a3e5fa5da4aee27 .a8fd8a596dab8e8 {
  overflow: hidden;
}
#a3e5fa5da4aee27 .a8fd8a596dab8e8 , #a3e5fa5da4aee27 .a8fd8a596dab8e8 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a3e5fa5da4aee27 .uk-grid {
  margin-left: -10px;
}
#a3e5fa5da4aee27 .uk-grid > * {
  padding-left: 10px;
}
#a3e5fa5da4aee27 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a3e5fa5da4aee27 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a3e5fa5da4aee27 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a3e5fa5da4aee27 .uk-position-center-left-out {
    left: -30px;
  }
  #a3e5fa5da4aee27 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae07caa343acec0  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#a9487a8057a836e .a3259a652caf6c1 {
  overflow: hidden;
}
#a9487a8057a836e .a3259a652caf6c1 , #a9487a8057a836e .a3259a652caf6c1 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a9487a8057a836e .a3259a652caf6c1:hover , #a9487a8057a836e .a3259a652caf6c1 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a9487a8057a836e .uk-grid {
  margin-left: -10px;
}
#a9487a8057a836e .uk-grid > * {
  padding-left: 10px;
}
#a9487a8057a836e .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9487a8057a836e .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a9487a8057a836e .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a9487a8057a836e .uk-position-center-left-out {
    left: -30px;
  }
  #a9487a8057a836e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a181ca6a2ca5cfa {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#a181ca6a2ca5cfa > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a181ca6a2ca5cfa > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a181ca6a2ca5cfa > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a181ca6a2ca5cfa > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a181ca6a2ca5cfa > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a181ca6a2ca5cfa > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a181ca6a2ca5cfa > .tab-wrap > div > .tab-nav,
#a181ca6a2ca5cfa > .tab-nav,
#a181ca6a2ca5cfa > .tab-tabs > .tab-wrap > div > .tab-nav,
#a181ca6a2ca5cfa > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a181ca6a2ca5cfa > .tab-wrap > div > .tab-nav-horizontal,
#a181ca6a2ca5cfa > .tab-nav-horizontal,
#a181ca6a2ca5cfa > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a181ca6a2ca5cfa > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a181ca6a2ca5cfa > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a181ca6a2ca5cfa > .tab-nav-horizontal::-webkit-scrollbar,
#a181ca6a2ca5cfa > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a181ca6a2ca5cfa > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a181ca6a2ca5cfa > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a181ca6a2ca5cfa > .tab-nav-horizontal.tagScroll,
#a181ca6a2ca5cfa > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a181ca6a2ca5cfa > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a181ca6a2ca5cfa > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a181ca6a2ca5cfa > .tab-nav-horizontal.tagScroll li a,
#a181ca6a2ca5cfa > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a181ca6a2ca5cfa > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a181ca6a2ca5cfa > .tab-wrap > div > .tab-nav a,
#a181ca6a2ca5cfa > .tab-nav a,
#a181ca6a2ca5cfa > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a181ca6a2ca5cfa > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a181ca6a2ca5cfa > .tab-wrap > div > .tab-nav li a,
#a181ca6a2ca5cfa > .tab-nav li a,
#a181ca6a2ca5cfa > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a181ca6a2ca5cfa > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a181ca6a2ca5cfa > .tab-wrap > div > .tab-nav li a svg,
#a181ca6a2ca5cfa > .tab-nav li a svg,
#a181ca6a2ca5cfa > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a181ca6a2ca5cfa > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a181ca6a2ca5cfa > .tab-wrap > div > .tab-nav li a .ap_icon,
#a181ca6a2ca5cfa > .tab-nav li a .ap_icon,
#a181ca6a2ca5cfa > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a181ca6a2ca5cfa > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a181ca6a2ca5cfa > .tab-wrap > div > .tab-nav li a:hover,
#a181ca6a2ca5cfa > .tab-nav li a:hover,
#a181ca6a2ca5cfa > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a181ca6a2ca5cfa > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a181ca6a2ca5cfa > .tab-wrap > div > .tab-nav li.uk-active a,
#a181ca6a2ca5cfa > .tab-nav li.uk-active a,
#a181ca6a2ca5cfa > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a181ca6a2ca5cfa > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a181ca6a2ca5cfa .layout-left li,
#a181ca6a2ca5cfa .layout-center li,
#a181ca6a2ca5cfa .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a181ca6a2ca5cfa .layout-left li a,
#a181ca6a2ca5cfa .layout-center li a,
#a181ca6a2ca5cfa .layout-right li a {
  height: 100%;
}
#a181ca6a2ca5cfa > .tab-tabs .layout-left {
  text-align: left;
}
#a181ca6a2ca5cfa > .tab-tabs .layout-center {
  text-align: center;
}
#a181ca6a2ca5cfa > .tab-tabs .layout-right {
  text-align: right;
}
#a181ca6a2ca5cfa .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a181ca6a2ca5cfa .tab-content-wrap {
  background-color: transparent;
}
#a181ca6a2ca5cfa .tab-contents,
#a181ca6a2ca5cfa .tab-contents-wrap {
  pointer-events: none;
}
#a181ca6a2ca5cfa .tab-content,
#a181ca6a2ca5cfa .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a181ca6a2ca5cfa .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a181ca6a2ca5cfa .tab-wrap .tab-contents {
  height: 100%;
}
#a181ca6a2ca5cfa .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a181ca6a2ca5cfa .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a181ca6a2ca5cfa .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a8419a8d13a66a4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae753a5d70a4e0a .list-item.uk-first-column {
  border-right: 1px solid #ececec;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8419a8d13a66a4 [data-item="undefined"] {flex-grow: 0;}#a15c4a113ea90f8  {flex: 1;}#a7ce2a468ba0649  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#aa1c5a4cb1a275d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f5fa1d8aa1562  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#aeb81a3efaa7465 {
  border-radius: 5px;
  overflow: hidden;
}
#aeb81a3efaa7465 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#aeb81a3efaa7465 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#aeb81a3efaa7465 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#aeb81a3efaa7465 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#aeb81a3efaa7465 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a5942a06e6a3d76 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2535ad4a3af777 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7380ae38ca2a60 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#aa491a3c67a83c4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#ac024a8208a210e > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a44dcab63dafc89 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a782ba5bd9a1583  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a9dc0aa056ab682  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 40px;}#ac5a1adf64a8a18 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758865046324.webp);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a46dca4543acb16  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#abbd6aedb5af913  {flex-grow: 1;}#a0946a981daa692  {flex: 1;}#a1a3eae8c3a0bdc  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#aaaeda5122a1e74 , #aaaeda5122a1e74 a{flex-grow: 0;}#a3bd2a73e1ac707  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#ad9c3a212fac767  {flex-grow: 1;}#a2ffea4222a34c0  {flex: 1;}#aff86af76da26d6  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a5921a295aaa7c6 .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a5921a295aaa7c6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a324daeb15aad04  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#a64b7aa6c2afb03  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#a7d69afde6acd72 .a9eccaabf4ac56b {
  overflow: hidden;
}
#a7d69afde6acd72 .a9eccaabf4ac56b , #a7d69afde6acd72 .a9eccaabf4ac56b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a7d69afde6acd72 .a9eccaabf4ac56b:hover , #a7d69afde6acd72 .a9eccaabf4ac56b *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a7d69afde6acd72 .a2604a7563a9867 {
  overflow: hidden;
}
#a7d69afde6acd72 .a2604a7563a9867 , #a7d69afde6acd72 .a2604a7563a9867 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a7d69afde6acd72 .uk-grid {
  margin-left: -10px;
}
#a7d69afde6acd72 .uk-grid > * {
  padding-left: 10px;
}
#a7d69afde6acd72 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7d69afde6acd72 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a7d69afde6acd72 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a7d69afde6acd72 .uk-position-center-left-out {
    left: -30px;
  }
  #a7d69afde6acd72 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1476a53b5ad0a7  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#a4665a1546ab72b .abbb0a1f6da0b72 {
  overflow: hidden;
}
#a4665a1546ab72b .abbb0a1f6da0b72 , #a4665a1546ab72b .abbb0a1f6da0b72 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a4665a1546ab72b .abbb0a1f6da0b72:hover , #a4665a1546ab72b .abbb0a1f6da0b72 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a4665a1546ab72b .uk-grid {
  margin-left: -10px;
}
#a4665a1546ab72b .uk-grid > * {
  padding-left: 10px;
}
#a4665a1546ab72b .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a4665a1546ab72b .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a4665a1546ab72b .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a4665a1546ab72b .uk-position-center-left-out {
    left: -30px;
  }
  #a4665a1546ab72b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aff0ea8d56a9878 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#aff0ea8d56a9878 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aff0ea8d56a9878 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aff0ea8d56a9878 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aff0ea8d56a9878 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aff0ea8d56a9878 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aff0ea8d56a9878 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aff0ea8d56a9878 > .tab-wrap > div > .tab-nav,
#aff0ea8d56a9878 > .tab-nav,
#aff0ea8d56a9878 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aff0ea8d56a9878 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff0ea8d56a9878 > .tab-wrap > div > .tab-nav-horizontal,
#aff0ea8d56a9878 > .tab-nav-horizontal,
#aff0ea8d56a9878 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aff0ea8d56a9878 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aff0ea8d56a9878 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aff0ea8d56a9878 > .tab-nav-horizontal::-webkit-scrollbar,
#aff0ea8d56a9878 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aff0ea8d56a9878 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aff0ea8d56a9878 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aff0ea8d56a9878 > .tab-nav-horizontal.tagScroll,
#aff0ea8d56a9878 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aff0ea8d56a9878 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#aff0ea8d56a9878 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aff0ea8d56a9878 > .tab-nav-horizontal.tagScroll li a,
#aff0ea8d56a9878 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aff0ea8d56a9878 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aff0ea8d56a9878 > .tab-wrap > div > .tab-nav a,
#aff0ea8d56a9878 > .tab-nav a,
#aff0ea8d56a9878 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aff0ea8d56a9878 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aff0ea8d56a9878 > .tab-wrap > div > .tab-nav li a,
#aff0ea8d56a9878 > .tab-nav li a,
#aff0ea8d56a9878 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aff0ea8d56a9878 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#aff0ea8d56a9878 > .tab-wrap > div > .tab-nav li a svg,
#aff0ea8d56a9878 > .tab-nav li a svg,
#aff0ea8d56a9878 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aff0ea8d56a9878 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aff0ea8d56a9878 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aff0ea8d56a9878 > .tab-nav li a .ap_icon,
#aff0ea8d56a9878 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aff0ea8d56a9878 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aff0ea8d56a9878 > .tab-wrap > div > .tab-nav li a:hover,
#aff0ea8d56a9878 > .tab-nav li a:hover,
#aff0ea8d56a9878 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aff0ea8d56a9878 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff0ea8d56a9878 > .tab-wrap > div > .tab-nav li.uk-active a,
#aff0ea8d56a9878 > .tab-nav li.uk-active a,
#aff0ea8d56a9878 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aff0ea8d56a9878 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff0ea8d56a9878 .layout-left li,
#aff0ea8d56a9878 .layout-center li,
#aff0ea8d56a9878 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aff0ea8d56a9878 .layout-left li a,
#aff0ea8d56a9878 .layout-center li a,
#aff0ea8d56a9878 .layout-right li a {
  height: 100%;
}
#aff0ea8d56a9878 > .tab-tabs .layout-left {
  text-align: left;
}
#aff0ea8d56a9878 > .tab-tabs .layout-center {
  text-align: center;
}
#aff0ea8d56a9878 > .tab-tabs .layout-right {
  text-align: right;
}
#aff0ea8d56a9878 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#aff0ea8d56a9878 .tab-content-wrap {
  background-color: transparent;
}
#aff0ea8d56a9878 .tab-contents,
#aff0ea8d56a9878 .tab-contents-wrap {
  pointer-events: none;
}
#aff0ea8d56a9878 .tab-content,
#aff0ea8d56a9878 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aff0ea8d56a9878 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aff0ea8d56a9878 .tab-wrap .tab-contents {
  height: 100%;
}
#aff0ea8d56a9878 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aff0ea8d56a9878 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aff0ea8d56a9878 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7a9da84c9affe5  {flex: 1;}#a250da7a81a754c  {flex-grow: 1;}#ac4f6a14ada82c8  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a53e6ae7b4a12fd  {flex-grow: 1;}#a164dac31caa14d  {flex: 1;}#a4072a6ef3ac2fc  {flex-grow: 1;}#af801ab7b5a2126  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a73dda80b6a479b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 30px;padding-bottom: 30px;}#a72a6a6fbaa0278  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;}#a41ffa650ba6faa  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a90b5add51a59fc  {flex-grow: 1;}#a9448a8226ab53e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;}#a3a41a19ffa5f12  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-right: 50px;}#aaeb8af2d0ad7b0 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe23aa79ca7139  {flex-grow: 1;}#a4542a863fa59ee  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a3f37ad3a6a679f  {flex-grow: 1;}#a02d0a6467a19b4  {flex: 1;}#a5e2ca8185ab1ba  {flex-grow: 1;}#a5536ae15cad9ba  {flex: 1;}#adeefaf746afa4d  {flex-grow: 1;}#ae7f4ac9f7a2bf2  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a2638a5d0da0872  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;padding-top: 30px;padding-bottom: 30px;}#a51dcac75fa230c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;margin-bottom: 20px;}#aaf09a0777a4d7a  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ab99ca6756a3cbd  {flex-grow: 1;}#a30ffa4e6daa5de  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;padding-bottom: 20px;}#a66fcac987aaef6 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a6aa7a17e8af2d7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6aa7a17e8af2d7 [data-item="undefined"] {flex-grow: 0;}#abc8caa95ca2acc  {flex: 1;}#a379ea8dfca2113  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#ab712a161ba25ad > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0085acecda3d2f .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a0085acecda3d2f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a5555a3741a5424  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a5445acd4ca8dd4 {
  border-radius: 5px;
  overflow: hidden;
}
#a5445acd4ca8dd4 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a5445acd4ca8dd4 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a5445acd4ca8dd4 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a5445acd4ca8dd4 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a5445acd4ca8dd4 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a32f7a3e9ea791d  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a8842ab974a0d34  {flex-grow: 1;}#ae7e0a0137ae9d9  {flex: 1;}#a92e0ac3afa0687  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#a85c0ab18dab294 , #a85c0ab18dab294 a{flex-grow: 0;}#ac230ae633a1d96  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#a735ca9354ae6a1  {flex-grow: 1;}#a67fda07c0a3e30  {flex: 1;}#a9708a56b2a046d  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a1f8ca0aafa42bb .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a1f8ca0aafa42bb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#aa9baa2bcea8b87  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#ac8d8a5637ae0c9  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#a7213a71a5aaed6 .ae488ada48abffd {
  overflow: hidden;
}
#a7213a71a5aaed6 .ae488ada48abffd , #a7213a71a5aaed6 .ae488ada48abffd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a7213a71a5aaed6 .ae488ada48abffd:hover , #a7213a71a5aaed6 .ae488ada48abffd *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a7213a71a5aaed6 .af701a8bfcacf53 {
  overflow: hidden;
}
#a7213a71a5aaed6 .af701a8bfcacf53 , #a7213a71a5aaed6 .af701a8bfcacf53 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a7213a71a5aaed6 .uk-grid {
  margin-left: -10px;
}
#a7213a71a5aaed6 .uk-grid > * {
  padding-left: 10px;
}
#a7213a71a5aaed6 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7213a71a5aaed6 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a7213a71a5aaed6 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a7213a71a5aaed6 .uk-position-center-left-out {
    left: -30px;
  }
  #a7213a71a5aaed6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab5c4a9aa0a4b83  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#afc93a4ce0a8ff5 .ac2afaf0e9ab186 {
  overflow: hidden;
}
#afc93a4ce0a8ff5 .ac2afaf0e9ab186 , #afc93a4ce0a8ff5 .ac2afaf0e9ab186 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#afc93a4ce0a8ff5 .ac2afaf0e9ab186:hover , #afc93a4ce0a8ff5 .ac2afaf0e9ab186 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#afc93a4ce0a8ff5 .uk-grid {
  margin-left: -10px;
}
#afc93a4ce0a8ff5 .uk-grid > * {
  padding-left: 10px;
}
#afc93a4ce0a8ff5 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#afc93a4ce0a8ff5 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#afc93a4ce0a8ff5 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #afc93a4ce0a8ff5 .uk-position-center-left-out {
    left: -30px;
  }
  #afc93a4ce0a8ff5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad5eaa6010a2181 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#ad5eaa6010a2181 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad5eaa6010a2181 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ad5eaa6010a2181 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad5eaa6010a2181 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad5eaa6010a2181 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ad5eaa6010a2181 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad5eaa6010a2181 > .tab-wrap > div > .tab-nav,
#ad5eaa6010a2181 > .tab-nav,
#ad5eaa6010a2181 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad5eaa6010a2181 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad5eaa6010a2181 > .tab-wrap > div > .tab-nav-horizontal,
#ad5eaa6010a2181 > .tab-nav-horizontal,
#ad5eaa6010a2181 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad5eaa6010a2181 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad5eaa6010a2181 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad5eaa6010a2181 > .tab-nav-horizontal::-webkit-scrollbar,
#ad5eaa6010a2181 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad5eaa6010a2181 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad5eaa6010a2181 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad5eaa6010a2181 > .tab-nav-horizontal.tagScroll,
#ad5eaa6010a2181 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad5eaa6010a2181 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ad5eaa6010a2181 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad5eaa6010a2181 > .tab-nav-horizontal.tagScroll li a,
#ad5eaa6010a2181 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad5eaa6010a2181 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad5eaa6010a2181 > .tab-wrap > div > .tab-nav a,
#ad5eaa6010a2181 > .tab-nav a,
#ad5eaa6010a2181 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad5eaa6010a2181 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad5eaa6010a2181 > .tab-wrap > div > .tab-nav li a,
#ad5eaa6010a2181 > .tab-nav li a,
#ad5eaa6010a2181 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad5eaa6010a2181 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ad5eaa6010a2181 > .tab-wrap > div > .tab-nav li a svg,
#ad5eaa6010a2181 > .tab-nav li a svg,
#ad5eaa6010a2181 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad5eaa6010a2181 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad5eaa6010a2181 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad5eaa6010a2181 > .tab-nav li a .ap_icon,
#ad5eaa6010a2181 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad5eaa6010a2181 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad5eaa6010a2181 > .tab-wrap > div > .tab-nav li a:hover,
#ad5eaa6010a2181 > .tab-nav li a:hover,
#ad5eaa6010a2181 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad5eaa6010a2181 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad5eaa6010a2181 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad5eaa6010a2181 > .tab-nav li.uk-active a,
#ad5eaa6010a2181 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad5eaa6010a2181 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad5eaa6010a2181 .layout-left li,
#ad5eaa6010a2181 .layout-center li,
#ad5eaa6010a2181 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad5eaa6010a2181 .layout-left li a,
#ad5eaa6010a2181 .layout-center li a,
#ad5eaa6010a2181 .layout-right li a {
  height: 100%;
}
#ad5eaa6010a2181 > .tab-tabs .layout-left {
  text-align: left;
}
#ad5eaa6010a2181 > .tab-tabs .layout-center {
  text-align: center;
}
#ad5eaa6010a2181 > .tab-tabs .layout-right {
  text-align: right;
}
#ad5eaa6010a2181 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ad5eaa6010a2181 .tab-content-wrap {
  background-color: transparent;
}
#ad5eaa6010a2181 .tab-contents,
#ad5eaa6010a2181 .tab-contents-wrap {
  pointer-events: none;
}
#ad5eaa6010a2181 .tab-content,
#ad5eaa6010a2181 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad5eaa6010a2181 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad5eaa6010a2181 .tab-wrap .tab-contents {
  height: 100%;
}
#ad5eaa6010a2181 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad5eaa6010a2181 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad5eaa6010a2181 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a09ffab1f5af677 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1764290967390.jpeg);background-position: center center;background-size: cover;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a0920a17feaafe7 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758703476678.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a9f16a114ba1a65 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758703478368.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a610aa1b27a97d7 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758703477480.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a467cabfe0a22be > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758703479516.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ad74fa7bfea3c57 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a437ca9f6ca1920 .uk-card {
  overflow: hidden;
  height: 400px;
}
#a437ca9f6ca1920 .uk-link-reset {
  cursor: default;
}
#a437ca9f6ca1920 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a437ca9f6ca1920 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#a437ca9f6ca1920 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a437ca9f6ca1920 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#a437ca9f6ca1920 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#a437ca9f6ca1920 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a437ca9f6ca1920 .uk-card .uk-h5,
#a437ca9f6ca1920 .uk-card .ap-icon {
  color: #666666;
}
#a437ca9f6ca1920 .uk-card:hover::before {
  background: rgba(19, 100, 216, 0.9);
}
#a437ca9f6ca1920 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#a437ca9f6ca1920 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#a437ca9f6ca1920 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad74fa7bfea3c57 [data-item="undefined"] {flex-grow: 0;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac982a4f18a07ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa6e0a422baf056 .list-icon {
  color: #1364d8;
}
#aa6e0a422baf056 .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#aa6e0a422baf056 .uk-button:hover {
  background: #fff;
  color: #1364d8;
}
#aa6e0a422baf056 .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac982a4f18a07ab [data-item="undefined"] {flex-grow: 0;}#a6efaa5a85a98d4  {flex: 1;}#af4c7aaebfa1053  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#ac2aca04caabeed > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5afea96f8ae504  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a332aafe16a9f2e {
  border-radius: 5px;
  overflow: hidden;
}
#a332aafe16a9f2e .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a332aafe16a9f2e .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a332aafe16a9f2e .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a332aafe16a9f2e .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a332aafe16a9f2e .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a4ceda42dfabba1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6f3fad653a3c2f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a993cad1bda0d51 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a3702a1215a45fc > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6012a105dac487 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#aa200ad061a99b1 > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab20a8521aaec6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a7ab6a8d0aa84f0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7050adccba499d  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;padding-bottom: 30px;}#aacf7abf4ea58d4 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1756090598134.jpeg);background-position: center left;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac544a11adab8fc .ele-wrap {color: #1364d8;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ac544a11adab8fc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ae607aabf8a8f3c {
  overflow: hidden;
  pointer-events: none;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav,
#ae607aabf8a8f3c > .tab-nav,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal,
#ae607aabf8a8f3c > .tab-nav-horizontal,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae607aabf8a8f3c > .tab-nav-horizontal::-webkit-scrollbar,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae607aabf8a8f3c > .tab-nav-horizontal.tagScroll,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae607aabf8a8f3c > .tab-nav-horizontal.tagScroll li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav a,
#ae607aabf8a8f3c > .tab-nav a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a,
#ae607aabf8a8f3c > .tab-nav li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a svg,
#ae607aabf8a8f3c > .tab-nav li a svg,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae607aabf8a8f3c > .tab-nav li a .ap_icon,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a:hover,
#ae607aabf8a8f3c > .tab-nav li a:hover,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1364d8;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li.uk-active a,
#ae607aabf8a8f3c > .tab-nav li.uk-active a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#ae607aabf8a8f3c .layout-left li,
#ae607aabf8a8f3c .layout-center li,
#ae607aabf8a8f3c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae607aabf8a8f3c .layout-left li a,
#ae607aabf8a8f3c .layout-center li a,
#ae607aabf8a8f3c .layout-right li a {
  height: 100%;
}
#ae607aabf8a8f3c > .tab-tabs .layout-left {
  text-align: left;
}
#ae607aabf8a8f3c > .tab-tabs .layout-center {
  text-align: center;
}
#ae607aabf8a8f3c > .tab-tabs .layout-right {
  text-align: right;
}
#ae607aabf8a8f3c .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ae607aabf8a8f3c .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#ae607aabf8a8f3c .tab-contents,
#ae607aabf8a8f3c .tab-contents-wrap {
  pointer-events: none;
}
#ae607aabf8a8f3c .tab-content,
#ae607aabf8a8f3c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae607aabf8a8f3c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae607aabf8a8f3c .tab-wrap .tab-contents {
  height: 100%;
}
#ae607aabf8a8f3c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae607aabf8a8f3c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae607aabf8a8f3c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3d91aaa68ab723 .ele-wrap {color: #1364d8;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a3d91aaa68ab723 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#abaa0a1d5ba1a94 {
  overflow: hidden;
  pointer-events: none;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav,
#abaa0a1d5ba1a94 > .tab-nav,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal,
#abaa0a1d5ba1a94 > .tab-nav-horizontal,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abaa0a1d5ba1a94 > .tab-nav-horizontal::-webkit-scrollbar,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abaa0a1d5ba1a94 > .tab-nav-horizontal.tagScroll,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abaa0a1d5ba1a94 > .tab-nav-horizontal.tagScroll li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav a,
#abaa0a1d5ba1a94 > .tab-nav a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a,
#abaa0a1d5ba1a94 > .tab-nav li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a svg,
#abaa0a1d5ba1a94 > .tab-nav li a svg,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a .ap_icon,
#abaa0a1d5ba1a94 > .tab-nav li a .ap_icon,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a:hover,
#abaa0a1d5ba1a94 > .tab-nav li a:hover,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li.uk-active a,
#abaa0a1d5ba1a94 > .tab-nav li.uk-active a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#abaa0a1d5ba1a94 .layout-left li,
#abaa0a1d5ba1a94 .layout-center li,
#abaa0a1d5ba1a94 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abaa0a1d5ba1a94 .layout-left li a,
#abaa0a1d5ba1a94 .layout-center li a,
#abaa0a1d5ba1a94 .layout-right li a {
  height: 100%;
}
#abaa0a1d5ba1a94 > .tab-tabs .layout-left {
  text-align: left;
}
#abaa0a1d5ba1a94 > .tab-tabs .layout-center {
  text-align: center;
}
#abaa0a1d5ba1a94 > .tab-tabs .layout-right {
  text-align: right;
}
#abaa0a1d5ba1a94 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#abaa0a1d5ba1a94 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#abaa0a1d5ba1a94 .tab-contents,
#abaa0a1d5ba1a94 .tab-contents-wrap {
  pointer-events: none;
}
#abaa0a1d5ba1a94 .tab-content,
#abaa0a1d5ba1a94 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abaa0a1d5ba1a94 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abaa0a1d5ba1a94 .tab-wrap .tab-contents {
  height: 100%;
}
#abaa0a1d5ba1a94 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abaa0a1d5ba1a94 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abaa0a1d5ba1a94 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad289ac399a968e {
  overflow: hidden;
  pointer-events: none;
}
#ad289ac399a968e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad289ac399a968e > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ad289ac399a968e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad289ac399a968e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad289ac399a968e > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ad289ac399a968e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav,
#ad289ac399a968e > .tab-nav,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad289ac399a968e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal,
#ad289ac399a968e > .tab-nav-horizontal,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad289ac399a968e > .tab-nav-horizontal::-webkit-scrollbar,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad289ac399a968e > .tab-nav-horizontal.tagScroll,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad289ac399a968e > .tab-nav-horizontal.tagScroll li a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav a,
#ad289ac399a968e > .tab-nav a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad289ac399a968e > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a,
#ad289ac399a968e > .tab-nav li a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad289ac399a968e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a svg,
#ad289ac399a968e > .tab-nav li a svg,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad289ac399a968e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad289ac399a968e > .tab-nav li a .ap_icon,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad289ac399a968e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a:hover,
#ad289ac399a968e > .tab-nav li a:hover,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad289ac399a968e > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li.uk-active a,
#ad289ac399a968e > .tab-nav li.uk-active a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad289ac399a968e > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ad289ac399a968e .layout-left li,
#ad289ac399a968e .layout-center li,
#ad289ac399a968e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad289ac399a968e .layout-left li a,
#ad289ac399a968e .layout-center li a,
#ad289ac399a968e .layout-right li a {
  height: 100%;
}
#ad289ac399a968e > .tab-tabs .layout-left {
  text-align: left;
}
#ad289ac399a968e > .tab-tabs .layout-center {
  text-align: center;
}
#ad289ac399a968e > .tab-tabs .layout-right {
  text-align: right;
}
#ad289ac399a968e .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ad289ac399a968e .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#ad289ac399a968e .tab-contents,
#ad289ac399a968e .tab-contents-wrap {
  pointer-events: none;
}
#ad289ac399a968e .tab-content,
#ad289ac399a968e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad289ac399a968e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad289ac399a968e .tab-wrap .tab-contents {
  height: 100%;
}
#ad289ac399a968e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad289ac399a968e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad289ac399a968e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff6ca71d2af32d .ele-wrap {color: #1364d8;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#aff6ca71d2af32d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#abab7a29a6a4940 {
  overflow: hidden;
  pointer-events: none;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav,
#abab7a29a6a4940 > .tab-nav,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav,
#abab7a29a6a4940 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal,
#abab7a29a6a4940 > .tab-nav-horizontal,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abab7a29a6a4940 > .tab-nav-horizontal::-webkit-scrollbar,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abab7a29a6a4940 > .tab-nav-horizontal.tagScroll,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abab7a29a6a4940 > .tab-nav-horizontal.tagScroll li a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav a,
#abab7a29a6a4940 > .tab-nav a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a,
#abab7a29a6a4940 > .tab-nav li a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a svg,
#abab7a29a6a4940 > .tab-nav li a svg,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a .ap_icon,
#abab7a29a6a4940 > .tab-nav li a .ap_icon,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a:hover,
#abab7a29a6a4940 > .tab-nav li a:hover,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li.uk-active a,
#abab7a29a6a4940 > .tab-nav li.uk-active a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#abab7a29a6a4940 .layout-left li,
#abab7a29a6a4940 .layout-center li,
#abab7a29a6a4940 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abab7a29a6a4940 .layout-left li a,
#abab7a29a6a4940 .layout-center li a,
#abab7a29a6a4940 .layout-right li a {
  height: 100%;
}
#abab7a29a6a4940 > .tab-tabs .layout-left {
  text-align: left;
}
#abab7a29a6a4940 > .tab-tabs .layout-center {
  text-align: center;
}
#abab7a29a6a4940 > .tab-tabs .layout-right {
  text-align: right;
}
#abab7a29a6a4940 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#abab7a29a6a4940 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#abab7a29a6a4940 .tab-contents,
#abab7a29a6a4940 .tab-contents-wrap {
  pointer-events: none;
}
#abab7a29a6a4940 .tab-content,
#abab7a29a6a4940 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abab7a29a6a4940 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abab7a29a6a4940 .tab-wrap .tab-contents {
  height: 100%;
}
#abab7a29a6a4940 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abab7a29a6a4940 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abab7a29a6a4940 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8d0aa0d51ab95e .ele-wrap {color: #1364d8;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a8d0aa0d51ab95e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a1ec6a9afeaa7ba {
  overflow: hidden;
  pointer-events: none;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav,
#a1ec6a9afeaa7ba > .tab-nav,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal,
#a1ec6a9afeaa7ba > .tab-nav-horizontal,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1ec6a9afeaa7ba > .tab-nav-horizontal::-webkit-scrollbar,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1ec6a9afeaa7ba > .tab-nav-horizontal.tagScroll,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1ec6a9afeaa7ba > .tab-nav-horizontal.tagScroll li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav a,
#a1ec6a9afeaa7ba > .tab-nav a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a,
#a1ec6a9afeaa7ba > .tab-nav li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a svg,
#a1ec6a9afeaa7ba > .tab-nav li a svg,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1ec6a9afeaa7ba > .tab-nav li a .ap_icon,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a:hover,
#a1ec6a9afeaa7ba > .tab-nav li a:hover,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li.uk-active a,
#a1ec6a9afeaa7ba > .tab-nav li.uk-active a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
#a1ec6a9afeaa7ba .layout-left li,
#a1ec6a9afeaa7ba .layout-center li,
#a1ec6a9afeaa7ba .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1ec6a9afeaa7ba .layout-left li a,
#a1ec6a9afeaa7ba .layout-center li a,
#a1ec6a9afeaa7ba .layout-right li a {
  height: 100%;
}
#a1ec6a9afeaa7ba > .tab-tabs .layout-left {
  text-align: left;
}
#a1ec6a9afeaa7ba > .tab-tabs .layout-center {
  text-align: center;
}
#a1ec6a9afeaa7ba > .tab-tabs .layout-right {
  text-align: right;
}
#a1ec6a9afeaa7ba .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a1ec6a9afeaa7ba .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#a1ec6a9afeaa7ba .tab-contents,
#a1ec6a9afeaa7ba .tab-contents-wrap {
  pointer-events: none;
}
#a1ec6a9afeaa7ba .tab-content,
#a1ec6a9afeaa7ba .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1ec6a9afeaa7ba .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1ec6a9afeaa7ba .tab-wrap .tab-contents {
  height: 100%;
}
#a1ec6a9afeaa7ba .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1ec6a9afeaa7ba .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1ec6a9afeaa7ba .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a704ba7cafa4633 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a704ba7cafa4633 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a9bd6a4916a2714 {
  overflow: hidden;
  pointer-events: none;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav,
#a9bd6a4916a2714 > .tab-nav,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal,
#a9bd6a4916a2714 > .tab-nav-horizontal,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9bd6a4916a2714 > .tab-nav-horizontal::-webkit-scrollbar,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9bd6a4916a2714 > .tab-nav-horizontal.tagScroll,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9bd6a4916a2714 > .tab-nav-horizontal.tagScroll li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav a,
#a9bd6a4916a2714 > .tab-nav a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a,
#a9bd6a4916a2714 > .tab-nav li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a svg,
#a9bd6a4916a2714 > .tab-nav li a svg,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9bd6a4916a2714 > .tab-nav li a .ap_icon,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a:hover,
#a9bd6a4916a2714 > .tab-nav li a:hover,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9bd6a4916a2714 > .tab-nav li.uk-active a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
#a9bd6a4916a2714 .layout-left li,
#a9bd6a4916a2714 .layout-center li,
#a9bd6a4916a2714 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9bd6a4916a2714 .layout-left li a,
#a9bd6a4916a2714 .layout-center li a,
#a9bd6a4916a2714 .layout-right li a {
  height: 100%;
}
#a9bd6a4916a2714 > .tab-tabs .layout-left {
  text-align: left;
}
#a9bd6a4916a2714 > .tab-tabs .layout-center {
  text-align: center;
}
#a9bd6a4916a2714 > .tab-tabs .layout-right {
  text-align: right;
}
#a9bd6a4916a2714 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a9bd6a4916a2714 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#a9bd6a4916a2714 .tab-contents,
#a9bd6a4916a2714 .tab-contents-wrap {
  pointer-events: none;
}
#a9bd6a4916a2714 .tab-content,
#a9bd6a4916a2714 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9bd6a4916a2714 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9bd6a4916a2714 .tab-wrap .tab-contents {
  height: 100%;
}
#a9bd6a4916a2714 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9bd6a4916a2714 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9bd6a4916a2714 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a664cab3d2a611b .ele-wrap {color: #1364d8;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a664cab3d2a611b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#afc4dacc1fa77bd {
  overflow: hidden;
  pointer-events: none;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav,
#afc4dacc1fa77bd > .tab-nav,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal,
#afc4dacc1fa77bd > .tab-nav-horizontal,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc4dacc1fa77bd > .tab-nav-horizontal::-webkit-scrollbar,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc4dacc1fa77bd > .tab-nav-horizontal.tagScroll,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc4dacc1fa77bd > .tab-nav-horizontal.tagScroll li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav a,
#afc4dacc1fa77bd > .tab-nav a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a,
#afc4dacc1fa77bd > .tab-nav li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 5px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a svg,
#afc4dacc1fa77bd > .tab-nav li a svg,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc4dacc1fa77bd > .tab-nav li a .ap_icon,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a:hover,
#afc4dacc1fa77bd > .tab-nav li a:hover,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li.uk-active a,
#afc4dacc1fa77bd > .tab-nav li.uk-active a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
#afc4dacc1fa77bd .layout-left li,
#afc4dacc1fa77bd .layout-center li,
#afc4dacc1fa77bd .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afc4dacc1fa77bd .layout-left li a,
#afc4dacc1fa77bd .layout-center li a,
#afc4dacc1fa77bd .layout-right li a {
  height: 100%;
}
#afc4dacc1fa77bd > .tab-tabs .layout-left {
  text-align: left;
}
#afc4dacc1fa77bd > .tab-tabs .layout-center {
  text-align: center;
}
#afc4dacc1fa77bd > .tab-tabs .layout-right {
  text-align: right;
}
#afc4dacc1fa77bd .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#afc4dacc1fa77bd .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#afc4dacc1fa77bd .tab-contents,
#afc4dacc1fa77bd .tab-contents-wrap {
  pointer-events: none;
}
#afc4dacc1fa77bd .tab-content,
#afc4dacc1fa77bd .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afc4dacc1fa77bd .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afc4dacc1fa77bd .tab-wrap .tab-contents {
  height: 100%;
}
#afc4dacc1fa77bd .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afc4dacc1fa77bd .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afc4dacc1fa77bd .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3b0faa63fa40bc .ele-wrap {color: #1364d8;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a3b0faa63fa40bc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a7ac0acdbba1756 {
  overflow: hidden;
  pointer-events: none;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav,
#a7ac0acdbba1756 > .tab-nav,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal,
#a7ac0acdbba1756 > .tab-nav-horizontal,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7ac0acdbba1756 > .tab-nav-horizontal::-webkit-scrollbar,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7ac0acdbba1756 > .tab-nav-horizontal.tagScroll,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7ac0acdbba1756 > .tab-nav-horizontal.tagScroll li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav a,
#a7ac0acdbba1756 > .tab-nav a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a,
#a7ac0acdbba1756 > .tab-nav li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a svg,
#a7ac0acdbba1756 > .tab-nav li a svg,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7ac0acdbba1756 > .tab-nav li a .ap_icon,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a:hover,
#a7ac0acdbba1756 > .tab-nav li a:hover,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li.uk-active a,
#a7ac0acdbba1756 > .tab-nav li.uk-active a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a7ac0acdbba1756 .layout-left li,
#a7ac0acdbba1756 .layout-center li,
#a7ac0acdbba1756 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7ac0acdbba1756 .layout-left li a,
#a7ac0acdbba1756 .layout-center li a,
#a7ac0acdbba1756 .layout-right li a {
  height: 100%;
}
#a7ac0acdbba1756 > .tab-tabs .layout-left {
  text-align: left;
}
#a7ac0acdbba1756 > .tab-tabs .layout-center {
  text-align: center;
}
#a7ac0acdbba1756 > .tab-tabs .layout-right {
  text-align: right;
}
#a7ac0acdbba1756 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a7ac0acdbba1756 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#a7ac0acdbba1756 .tab-contents,
#a7ac0acdbba1756 .tab-contents-wrap {
  pointer-events: none;
}
#a7ac0acdbba1756 .tab-content,
#a7ac0acdbba1756 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7ac0acdbba1756 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7ac0acdbba1756 .tab-wrap .tab-contents {
  height: 100%;
}
#a7ac0acdbba1756 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7ac0acdbba1756 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7ac0acdbba1756 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a90bea5a19a0751  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a078ba598bad3be  {flex-grow: 1;}#a32dca0488a9ab1  {flex: 1;}#a38a9a90bfa8b37  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#a324cadad6a2d7c , #a324cadad6a2d7c a{flex-grow: 0;}#a54f0a3300aba6a  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#aa8c5a4beca4ddd  {flex-grow: 1;}#a0a11a1020aaf13  {flex: 1;}#acb60a1c22a3eed  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a4573aa318a74dc .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a4573aa318a74dc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: #1364d8;}#a102da241faea08  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a1fa2ad59caf0c5 .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a1fa2ad59caf0c5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#ae6f4a7bf7a3dcc  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#a2f08a5746a4dab  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#ab52ba1e34a889c .ac299a8f0ea3e89 {
  overflow: hidden;
}
#ab52ba1e34a889c .ac299a8f0ea3e89 , #ab52ba1e34a889c .ac299a8f0ea3e89 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ab52ba1e34a889c .ac299a8f0ea3e89:hover , #ab52ba1e34a889c .ac299a8f0ea3e89 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ab52ba1e34a889c .ad49ba88aca5eab {
  overflow: hidden;
}
#ab52ba1e34a889c .ad49ba88aca5eab , #ab52ba1e34a889c .ad49ba88aca5eab > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ab52ba1e34a889c .uk-grid {
  margin-left: -10px;
}
#ab52ba1e34a889c .uk-grid > * {
  padding-left: 10px;
}
#ab52ba1e34a889c .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ab52ba1e34a889c .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#ab52ba1e34a889c .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #ab52ba1e34a889c .uk-position-center-left-out {
    left: -30px;
  }
  #ab52ba1e34a889c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acb18a7762afb72  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#a8611a1b54a05b2 .a26eeaae86a84c5 {
  overflow: hidden;
}
#a8611a1b54a05b2 .a26eeaae86a84c5 , #a8611a1b54a05b2 .a26eeaae86a84c5 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a8611a1b54a05b2 .a26eeaae86a84c5:hover , #a8611a1b54a05b2 .a26eeaae86a84c5 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a8611a1b54a05b2 .uk-grid {
  margin-left: -10px;
}
#a8611a1b54a05b2 .uk-grid > * {
  padding-left: 10px;
}
#a8611a1b54a05b2 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a8611a1b54a05b2 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a8611a1b54a05b2 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a8611a1b54a05b2 .uk-position-center-left-out {
    left: -30px;
  }
  #a8611a1b54a05b2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac867ac064a59cc {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#ac867ac064a59cc > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac867ac064a59cc > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ac867ac064a59cc > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac867ac064a59cc > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac867ac064a59cc > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ac867ac064a59cc > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac867ac064a59cc > .tab-wrap > div > .tab-nav,
#ac867ac064a59cc > .tab-nav,
#ac867ac064a59cc > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac867ac064a59cc > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac867ac064a59cc > .tab-wrap > div > .tab-nav-horizontal,
#ac867ac064a59cc > .tab-nav-horizontal,
#ac867ac064a59cc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac867ac064a59cc > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac867ac064a59cc > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac867ac064a59cc > .tab-nav-horizontal::-webkit-scrollbar,
#ac867ac064a59cc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac867ac064a59cc > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac867ac064a59cc > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac867ac064a59cc > .tab-nav-horizontal.tagScroll,
#ac867ac064a59cc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac867ac064a59cc > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ac867ac064a59cc > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac867ac064a59cc > .tab-nav-horizontal.tagScroll li a,
#ac867ac064a59cc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac867ac064a59cc > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac867ac064a59cc > .tab-wrap > div > .tab-nav a,
#ac867ac064a59cc > .tab-nav a,
#ac867ac064a59cc > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac867ac064a59cc > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ac867ac064a59cc > .tab-wrap > div > .tab-nav li a,
#ac867ac064a59cc > .tab-nav li a,
#ac867ac064a59cc > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac867ac064a59cc > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ac867ac064a59cc > .tab-wrap > div > .tab-nav li a svg,
#ac867ac064a59cc > .tab-nav li a svg,
#ac867ac064a59cc > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac867ac064a59cc > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac867ac064a59cc > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac867ac064a59cc > .tab-nav li a .ap_icon,
#ac867ac064a59cc > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac867ac064a59cc > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac867ac064a59cc > .tab-wrap > div > .tab-nav li a:hover,
#ac867ac064a59cc > .tab-nav li a:hover,
#ac867ac064a59cc > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac867ac064a59cc > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac867ac064a59cc > .tab-wrap > div > .tab-nav li.uk-active a,
#ac867ac064a59cc > .tab-nav li.uk-active a,
#ac867ac064a59cc > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac867ac064a59cc > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac867ac064a59cc .layout-left li,
#ac867ac064a59cc .layout-center li,
#ac867ac064a59cc .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac867ac064a59cc .layout-left li a,
#ac867ac064a59cc .layout-center li a,
#ac867ac064a59cc .layout-right li a {
  height: 100%;
}
#ac867ac064a59cc > .tab-tabs .layout-left {
  text-align: left;
}
#ac867ac064a59cc > .tab-tabs .layout-center {
  text-align: center;
}
#ac867ac064a59cc > .tab-tabs .layout-right {
  text-align: right;
}
#ac867ac064a59cc .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ac867ac064a59cc .tab-content-wrap {
  background-color: transparent;
}
#ac867ac064a59cc .tab-contents,
#ac867ac064a59cc .tab-contents-wrap {
  pointer-events: none;
}
#ac867ac064a59cc .tab-content,
#ac867ac064a59cc .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac867ac064a59cc .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac867ac064a59cc .tab-wrap .tab-contents {
  height: 100%;
}
#ac867ac064a59cc .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac867ac064a59cc .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac867ac064a59cc .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aeebca01e9a498b  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#adf63a75c0a3192  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;padding-bottom: 10px;}#ab6daa95f4a0905 > .ele-wrap {background-color: #1364d8;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade2ca1bd9abe70 > .ele-wrap {background-color: rgba(245, 242, 227, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a38a6acbb5a39f1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a78c9aa66cacab3 .list-icon {
  color: #1364d8;
}
#a78c9aa66cacab3 .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#a78c9aa66cacab3 .uk-button:hover {
  background: #fff;
  color: #1364d8;
}
#a78c9aa66cacab3 .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a38a6acbb5a39f1 [data-item="undefined"] {flex-grow: 0;}#a0ebba0fd0a8c07  {flex: 1;}#a081daced0a889b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a918da54baac0ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefc5af120aa3ef  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a7fd9a45d1a47cc {
  border-radius: 5px;
  overflow: hidden;
}
#a7fd9a45d1a47cc .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a7fd9a45d1a47cc .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a7fd9a45d1a47cc .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a7fd9a45d1a47cc .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a7fd9a45d1a47cc .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a19f1af0dbab3e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9632ad07ca9971 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac20ca1715a42d1 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a75f4ad062ade50 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6e5aa87b6a7bcc > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#af9d6aeedeacdfa > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac07ea567ba2196 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#ac217aabf0a7c03  {flex: 1;}#ab80baf160ac28f  {flex-grow: 1;}#a13f0a5216a7437  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a881bac65fa8cd5  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 20px;padding-right: 0px;padding-left: 0px;}#ad7d4a0b4da9141 .img-wrap {
  flex-grow: 0;
}
#aefa2a47f5a9941  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-bottom: 60px;}#ada5da8fdca2864  {flex-grow: 1;}#a5827a63baae4d6  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1cf1a6098a5b20  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 20px;padding-right: 0px;padding-left: 0px;}#a49e4aa9d8a5798 .img-wrap {
  flex-grow: 0;
}
#ac562aac1dab90f  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-bottom: 60px;}#ad6bda85faacfb6  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a3d48a705aa8867  {flex-grow: 1;}#a10c0add63a1ae6  {flex: 1;}#ac057a9103a1673  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#a0250a1628a21bb , #a0250a1628a21bb a{flex-grow: 0;}#a0c5aacbdaaa28f  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#ad184a1c1aac0be  {flex-grow: 1;}#ace36ae31ba5201  {flex: 1;}#a6f6fa0d91ab031  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#af3faaa5e1a3d59 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#af3faaa5e1a3d59 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: #1364d8;}#a4f56aa780ae460  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#af87cae81fa1fb9 .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#af87cae81fa1fb9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a76f5a4dd5aa977  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#a9e83ad4ccabbcf  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#a060ba17b1a9740 .a11cdaee3cab74c {
  overflow: hidden;
}
#a060ba17b1a9740 .a11cdaee3cab74c , #a060ba17b1a9740 .a11cdaee3cab74c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a060ba17b1a9740 .a11cdaee3cab74c:hover , #a060ba17b1a9740 .a11cdaee3cab74c *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a060ba17b1a9740 .a99aea959ca4a4e {
  overflow: hidden;
}
#a060ba17b1a9740 .a99aea959ca4a4e , #a060ba17b1a9740 .a99aea959ca4a4e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a060ba17b1a9740 .uk-grid {
  margin-left: -10px;
}
#a060ba17b1a9740 .uk-grid > * {
  padding-left: 10px;
}
#a060ba17b1a9740 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a060ba17b1a9740 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a060ba17b1a9740 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a060ba17b1a9740 .uk-position-center-left-out {
    left: -30px;
  }
  #a060ba17b1a9740 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aac4ca6cf3ae1fd  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#af7baa3ebbaf2c8 .ad144a6cc3a1bc5 {
  overflow: hidden;
}
#af7baa3ebbaf2c8 .ad144a6cc3a1bc5 , #af7baa3ebbaf2c8 .ad144a6cc3a1bc5 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#af7baa3ebbaf2c8 .ad144a6cc3a1bc5:hover , #af7baa3ebbaf2c8 .ad144a6cc3a1bc5 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#af7baa3ebbaf2c8 .uk-grid {
  margin-left: -10px;
}
#af7baa3ebbaf2c8 .uk-grid > * {
  padding-left: 10px;
}
#af7baa3ebbaf2c8 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af7baa3ebbaf2c8 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#af7baa3ebbaf2c8 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #af7baa3ebbaf2c8 .uk-position-center-left-out {
    left: -30px;
  }
  #af7baa3ebbaf2c8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aacf7a106aa2338 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#aacf7a106aa2338 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aacf7a106aa2338 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aacf7a106aa2338 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aacf7a106aa2338 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aacf7a106aa2338 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aacf7a106aa2338 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aacf7a106aa2338 > .tab-wrap > div > .tab-nav,
#aacf7a106aa2338 > .tab-nav,
#aacf7a106aa2338 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aacf7a106aa2338 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aacf7a106aa2338 > .tab-wrap > div > .tab-nav-horizontal,
#aacf7a106aa2338 > .tab-nav-horizontal,
#aacf7a106aa2338 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aacf7a106aa2338 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aacf7a106aa2338 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aacf7a106aa2338 > .tab-nav-horizontal::-webkit-scrollbar,
#aacf7a106aa2338 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aacf7a106aa2338 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aacf7a106aa2338 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aacf7a106aa2338 > .tab-nav-horizontal.tagScroll,
#aacf7a106aa2338 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aacf7a106aa2338 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#aacf7a106aa2338 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aacf7a106aa2338 > .tab-nav-horizontal.tagScroll li a,
#aacf7a106aa2338 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aacf7a106aa2338 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aacf7a106aa2338 > .tab-wrap > div > .tab-nav a,
#aacf7a106aa2338 > .tab-nav a,
#aacf7a106aa2338 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aacf7a106aa2338 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aacf7a106aa2338 > .tab-wrap > div > .tab-nav li a,
#aacf7a106aa2338 > .tab-nav li a,
#aacf7a106aa2338 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aacf7a106aa2338 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#aacf7a106aa2338 > .tab-wrap > div > .tab-nav li a svg,
#aacf7a106aa2338 > .tab-nav li a svg,
#aacf7a106aa2338 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aacf7a106aa2338 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aacf7a106aa2338 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aacf7a106aa2338 > .tab-nav li a .ap_icon,
#aacf7a106aa2338 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aacf7a106aa2338 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aacf7a106aa2338 > .tab-wrap > div > .tab-nav li a:hover,
#aacf7a106aa2338 > .tab-nav li a:hover,
#aacf7a106aa2338 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aacf7a106aa2338 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aacf7a106aa2338 > .tab-wrap > div > .tab-nav li.uk-active a,
#aacf7a106aa2338 > .tab-nav li.uk-active a,
#aacf7a106aa2338 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aacf7a106aa2338 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aacf7a106aa2338 .layout-left li,
#aacf7a106aa2338 .layout-center li,
#aacf7a106aa2338 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aacf7a106aa2338 .layout-left li a,
#aacf7a106aa2338 .layout-center li a,
#aacf7a106aa2338 .layout-right li a {
  height: 100%;
}
#aacf7a106aa2338 > .tab-tabs .layout-left {
  text-align: left;
}
#aacf7a106aa2338 > .tab-tabs .layout-center {
  text-align: center;
}
#aacf7a106aa2338 > .tab-tabs .layout-right {
  text-align: right;
}
#aacf7a106aa2338 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#aacf7a106aa2338 .tab-content-wrap {
  background-color: transparent;
}
#aacf7a106aa2338 .tab-contents,
#aacf7a106aa2338 .tab-contents-wrap {
  pointer-events: none;
}
#aacf7a106aa2338 .tab-content,
#aacf7a106aa2338 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aacf7a106aa2338 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aacf7a106aa2338 .tab-wrap .tab-contents {
  height: 100%;
}
#aacf7a106aa2338 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aacf7a106aa2338 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aacf7a106aa2338 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af22fa4949acb92 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;font-family: Verdana;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#acf47a1bfba6c1b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7376a2888a8242 .list-item.uk-first-column {
  border-right: 1px solid #ececec;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#acf47a1bfba6c1b [data-item="undefined"] {flex-grow: 0;}#a14a9aa4faa723b  {flex: 1;}#a6008a151fa2c43  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a3547a9f80a6c62 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#addb4a19d3a3269  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a4bcea4f2ba47b8 {
  border-radius: 5px;
  overflow: hidden;
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#ab10da4f9fa5d00 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a59e0a6629a092c > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a287aa7ec9a4215 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#aadfea8540af56a > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a6473a176eaea6a > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a5d0aa0952a3d8f > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad749adc4bad37a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7d78a135faaef5  {flex-grow: 1;}#a4bd7aaaf6ae533  {flex: 1;}#a3da7ac0d3ac9a5  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#a1822a8e34a6d4d , #a1822a8e34a6d4d a{flex-grow: 0;}#a58a6a29d2a101b  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#a0e9aab4a5a45e8  {flex-grow: 1;}#aa420a7685ace94  {flex: 1;}#ad68aa2c9ca4486  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a6921acb78a761c .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a6921acb78a761c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: #1364d8;}#a5a50a2377a5117  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a9c78ae049a2a27 .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a9c78ae049a2a27 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#aa9f0acd30a2177  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#a8dcca6973aa023  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#a3fa7a6dd8acc58 .a5719a9d39a8bc6 {
  overflow: hidden;
}
#a3fa7a6dd8acc58 .a5719a9d39a8bc6 , #a3fa7a6dd8acc58 .a5719a9d39a8bc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a3fa7a6dd8acc58 .a5719a9d39a8bc6:hover , #a3fa7a6dd8acc58 .a5719a9d39a8bc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a3fa7a6dd8acc58 .a54f4ab0c9a553d {
  overflow: hidden;
}
#a3fa7a6dd8acc58 .a54f4ab0c9a553d , #a3fa7a6dd8acc58 .a54f4ab0c9a553d > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a3fa7a6dd8acc58 .uk-grid {
  margin-left: -10px;
}
#a3fa7a6dd8acc58 .uk-grid > * {
  padding-left: 10px;
}
#a3fa7a6dd8acc58 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a3fa7a6dd8acc58 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a3fa7a6dd8acc58 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a3fa7a6dd8acc58 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa7a6dd8acc58 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4665ae59faa30e  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#a9055a2228ad8af .ab279a9b96a987b {
  overflow: hidden;
}
#a9055a2228ad8af .ab279a9b96a987b , #a9055a2228ad8af .ab279a9b96a987b > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a9055a2228ad8af .ab279a9b96a987b:hover , #a9055a2228ad8af .ab279a9b96a987b *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a9055a2228ad8af .uk-grid {
  margin-left: -10px;
}
#a9055a2228ad8af .uk-grid > * {
  padding-left: 10px;
}
#a9055a2228ad8af .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9055a2228ad8af .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a9055a2228ad8af .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a9055a2228ad8af .uk-position-center-left-out {
    left: -30px;
  }
  #a9055a2228ad8af .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a63f6a8e19a8acc {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#a63f6a8e19a8acc > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a63f6a8e19a8acc > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a63f6a8e19a8acc > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a63f6a8e19a8acc > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a63f6a8e19a8acc > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a63f6a8e19a8acc > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a63f6a8e19a8acc > .tab-wrap > div > .tab-nav,
#a63f6a8e19a8acc > .tab-nav,
#a63f6a8e19a8acc > .tab-tabs > .tab-wrap > div > .tab-nav,
#a63f6a8e19a8acc > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a63f6a8e19a8acc > .tab-wrap > div > .tab-nav-horizontal,
#a63f6a8e19a8acc > .tab-nav-horizontal,
#a63f6a8e19a8acc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a63f6a8e19a8acc > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a63f6a8e19a8acc > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a63f6a8e19a8acc > .tab-nav-horizontal::-webkit-scrollbar,
#a63f6a8e19a8acc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a63f6a8e19a8acc > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a63f6a8e19a8acc > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a63f6a8e19a8acc > .tab-nav-horizontal.tagScroll,
#a63f6a8e19a8acc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a63f6a8e19a8acc > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a63f6a8e19a8acc > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a63f6a8e19a8acc > .tab-nav-horizontal.tagScroll li a,
#a63f6a8e19a8acc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a63f6a8e19a8acc > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a63f6a8e19a8acc > .tab-wrap > div > .tab-nav a,
#a63f6a8e19a8acc > .tab-nav a,
#a63f6a8e19a8acc > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a63f6a8e19a8acc > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a63f6a8e19a8acc > .tab-wrap > div > .tab-nav li a,
#a63f6a8e19a8acc > .tab-nav li a,
#a63f6a8e19a8acc > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a63f6a8e19a8acc > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a63f6a8e19a8acc > .tab-wrap > div > .tab-nav li a svg,
#a63f6a8e19a8acc > .tab-nav li a svg,
#a63f6a8e19a8acc > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a63f6a8e19a8acc > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a63f6a8e19a8acc > .tab-wrap > div > .tab-nav li a .ap_icon,
#a63f6a8e19a8acc > .tab-nav li a .ap_icon,
#a63f6a8e19a8acc > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a63f6a8e19a8acc > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a63f6a8e19a8acc > .tab-wrap > div > .tab-nav li a:hover,
#a63f6a8e19a8acc > .tab-nav li a:hover,
#a63f6a8e19a8acc > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a63f6a8e19a8acc > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a63f6a8e19a8acc > .tab-wrap > div > .tab-nav li.uk-active a,
#a63f6a8e19a8acc > .tab-nav li.uk-active a,
#a63f6a8e19a8acc > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a63f6a8e19a8acc > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a63f6a8e19a8acc .layout-left li,
#a63f6a8e19a8acc .layout-center li,
#a63f6a8e19a8acc .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a63f6a8e19a8acc .layout-left li a,
#a63f6a8e19a8acc .layout-center li a,
#a63f6a8e19a8acc .layout-right li a {
  height: 100%;
}
#a63f6a8e19a8acc > .tab-tabs .layout-left {
  text-align: left;
}
#a63f6a8e19a8acc > .tab-tabs .layout-center {
  text-align: center;
}
#a63f6a8e19a8acc > .tab-tabs .layout-right {
  text-align: right;
}
#a63f6a8e19a8acc .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a63f6a8e19a8acc .tab-content-wrap {
  background-color: transparent;
}
#a63f6a8e19a8acc .tab-contents,
#a63f6a8e19a8acc .tab-contents-wrap {
  pointer-events: none;
}
#a63f6a8e19a8acc .tab-content,
#a63f6a8e19a8acc .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a63f6a8e19a8acc .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a63f6a8e19a8acc .tab-wrap .tab-contents {
  height: 100%;
}
#a63f6a8e19a8acc .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a63f6a8e19a8acc .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a63f6a8e19a8acc .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac02fa130dabd5c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab967a9c03a9ca4 .uk-card {
  overflow: hidden;
  height: 400px;
}
#ab967a9c03a9ca4 .uk-link-reset {
  cursor: default;
}
#ab967a9c03a9ca4 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ab967a9c03a9ca4 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#ab967a9c03a9ca4 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ab967a9c03a9ca4 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#ab967a9c03a9ca4 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#ab967a9c03a9ca4 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ab967a9c03a9ca4 .uk-card .uk-h5,
#ab967a9c03a9ca4 .uk-card .ap-icon {
  color: #666666;
}
#ab967a9c03a9ca4 .uk-card:hover::before {
  background: rgba(19, 100, 216, 0.9);
}
#ab967a9c03a9ca4 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#ab967a9c03a9ca4 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#ab967a9c03a9ca4 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac02fa130dabd5c [data-item="undefined"] {flex-grow: 0;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a1536af6a1ad6bf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3312a4f52a63be .icon-round {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -3rem;
  top: .5rem;
  text-align: center;
  line-height: 4rem;
  background: #1364d8;
  color: #fff;
}
#a3312a4f52a63be .icon-round i,
#a3312a4f52a63be .icon-round img {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 4rem;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1536af6a1ad6bf [data-item="undefined"] {flex-grow: 0;}#af52da95bca2b9a {
  border-radius: 5px;
  overflow: hidden;
}
#af52da95bca2b9a .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#af52da95bca2b9a .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#af52da95bca2b9a .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#af52da95bca2b9a .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#af52da95bca2b9a .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a9e9fa3f92ac56c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefaaa7d6fa4470 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9ad6a0e80aa0a1 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae346aceafa7d5d > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a0a64a1759aaeb4 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0042a9685afa55 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#ad9c2a9a32ac73c > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab436a4dedadcd8 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a084ca1cc2a06e2  {flex: 1;}#a97b4a7081ab2c2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 40px;}#adc54a2ba8a350f  {flex: 1;flex-direction: column;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;max-width: 600px;}#a0b8dad1e2aa537  {flex: 1;flex-direction: column;justify-content: flex-start;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ab4aaae9c0adad3  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a69eaa8c4ba097e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0293a3bf3af02a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;min-width: 500px;padding-bottom: 30px;}#a4335afc7caf3cc  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;min-width: 500px;padding-bottom: 40px;}#a379ba14d4aa699  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6f4aa8e46adb81  {flex-grow: 1;}#a0899a6332a7fc5  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7ddba8587a3dd7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 15px;min-width: 200px;}#a6e66a1195afbf4  {flex-grow: 1;}#a27c4a9c44a235c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ad8c5a492da4e9c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 15px;max-width: 250px;}#ae9e9a2f3aa5c6d  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 30px;}#ad967a28d6a03b7  {flex-grow: 1;}#a1584a5ebea25f9  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1ac3a1ebda622f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 15px;min-width: 200px;}#a090ea9272abdae  {flex-grow: 1;}#a73cba75d7aba8b  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1516acf1ba2363  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;}#a27dda7054ae52b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-right: 30px;}#a37bca2ff9aacac  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;max-width: 600px;padding-top: 60px;margin-bottom: 30px;min-width: 500px;}#a73e5a5c18ac123 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1764290977692.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ab4e1aac2fa33b6 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1757559124358.jpeg);background-size: cover;background-position: top center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a44daa1dc4a067e .ele-wrap {color: #1364d8;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a44daa1dc4a067e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ad662ab69aa0479 {
  overflow: hidden;
  pointer-events: none;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav,
#ad662ab69aa0479 > .tab-nav,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad662ab69aa0479 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal,
#ad662ab69aa0479 > .tab-nav-horizontal,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad662ab69aa0479 > .tab-nav-horizontal::-webkit-scrollbar,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad662ab69aa0479 > .tab-nav-horizontal.tagScroll,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad662ab69aa0479 > .tab-nav-horizontal.tagScroll li a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav a,
#ad662ab69aa0479 > .tab-nav a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a,
#ad662ab69aa0479 > .tab-nav li a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a svg,
#ad662ab69aa0479 > .tab-nav li a svg,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad662ab69aa0479 > .tab-nav li a .ap_icon,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a:hover,
#ad662ab69aa0479 > .tab-nav li a:hover,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1364d8;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad662ab69aa0479 > .tab-nav li.uk-active a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#ad662ab69aa0479 .layout-left li,
#ad662ab69aa0479 .layout-center li,
#ad662ab69aa0479 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad662ab69aa0479 .layout-left li a,
#ad662ab69aa0479 .layout-center li a,
#ad662ab69aa0479 .layout-right li a {
  height: 100%;
}
#ad662ab69aa0479 > .tab-tabs .layout-left {
  text-align: left;
}
#ad662ab69aa0479 > .tab-tabs .layout-center {
  text-align: center;
}
#ad662ab69aa0479 > .tab-tabs .layout-right {
  text-align: right;
}
#ad662ab69aa0479 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ad662ab69aa0479 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#ad662ab69aa0479 .tab-contents,
#ad662ab69aa0479 .tab-contents-wrap {
  pointer-events: none;
}
#ad662ab69aa0479 .tab-content,
#ad662ab69aa0479 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad662ab69aa0479 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad662ab69aa0479 .tab-wrap .tab-contents {
  height: 100%;
}
#ad662ab69aa0479 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad662ab69aa0479 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad662ab69aa0479 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7ce0aeceda6625 .ele-wrap {color: #1364d8;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a7ce0aeceda6625 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a64c4a2ce2a83f0 .ele-wrap {color: #1364d8;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a64c4a2ce2a83f0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a3257ac58da7822 {
  overflow: hidden;
  pointer-events: none;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav,
#a3257ac58da7822 > .tab-nav,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3257ac58da7822 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal,
#a3257ac58da7822 > .tab-nav-horizontal,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3257ac58da7822 > .tab-nav-horizontal::-webkit-scrollbar,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3257ac58da7822 > .tab-nav-horizontal.tagScroll,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3257ac58da7822 > .tab-nav-horizontal.tagScroll li a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav a,
#a3257ac58da7822 > .tab-nav a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3257ac58da7822 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a,
#a3257ac58da7822 > .tab-nav li a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a svg,
#a3257ac58da7822 > .tab-nav li a svg,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3257ac58da7822 > .tab-nav li a .ap_icon,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a:hover,
#a3257ac58da7822 > .tab-nav li a:hover,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3257ac58da7822 > .tab-nav li.uk-active a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3257ac58da7822 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a3257ac58da7822 .layout-left li,
#a3257ac58da7822 .layout-center li,
#a3257ac58da7822 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3257ac58da7822 .layout-left li a,
#a3257ac58da7822 .layout-center li a,
#a3257ac58da7822 .layout-right li a {
  height: 100%;
}
#a3257ac58da7822 > .tab-tabs .layout-left {
  text-align: left;
}
#a3257ac58da7822 > .tab-tabs .layout-center {
  text-align: center;
}
#a3257ac58da7822 > .tab-tabs .layout-right {
  text-align: right;
}
#a3257ac58da7822 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a3257ac58da7822 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3257ac58da7822 .tab-contents,
#a3257ac58da7822 .tab-contents-wrap {
  pointer-events: none;
}
#a3257ac58da7822 .tab-content,
#a3257ac58da7822 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3257ac58da7822 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3257ac58da7822 .tab-wrap .tab-contents {
  height: 100%;
}
#a3257ac58da7822 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3257ac58da7822 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3257ac58da7822 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad635a9073a5eb0 .ele-wrap {color: #1364d8;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ad635a9073a5eb0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ae312a6bc1a1fa5 {
  overflow: hidden;
  pointer-events: none;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav,
#ae312a6bc1a1fa5 > .tab-nav,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal,
#ae312a6bc1a1fa5 > .tab-nav-horizontal,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae312a6bc1a1fa5 > .tab-nav-horizontal::-webkit-scrollbar,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae312a6bc1a1fa5 > .tab-nav-horizontal.tagScroll,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae312a6bc1a1fa5 > .tab-nav-horizontal.tagScroll li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav a,
#ae312a6bc1a1fa5 > .tab-nav a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a,
#ae312a6bc1a1fa5 > .tab-nav li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a svg,
#ae312a6bc1a1fa5 > .tab-nav li a svg,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae312a6bc1a1fa5 > .tab-nav li a .ap_icon,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a:hover,
#ae312a6bc1a1fa5 > .tab-nav li a:hover,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae312a6bc1a1fa5 > .tab-nav li.uk-active a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ae312a6bc1a1fa5 .layout-left li,
#ae312a6bc1a1fa5 .layout-center li,
#ae312a6bc1a1fa5 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae312a6bc1a1fa5 .layout-left li a,
#ae312a6bc1a1fa5 .layout-center li a,
#ae312a6bc1a1fa5 .layout-right li a {
  height: 100%;
}
#ae312a6bc1a1fa5 > .tab-tabs .layout-left {
  text-align: left;
}
#ae312a6bc1a1fa5 > .tab-tabs .layout-center {
  text-align: center;
}
#ae312a6bc1a1fa5 > .tab-tabs .layout-right {
  text-align: right;
}
#ae312a6bc1a1fa5 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ae312a6bc1a1fa5 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
}
#ae312a6bc1a1fa5 .tab-contents,
#ae312a6bc1a1fa5 .tab-contents-wrap {
  pointer-events: none;
}
#ae312a6bc1a1fa5 .tab-content,
#ae312a6bc1a1fa5 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae312a6bc1a1fa5 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae312a6bc1a1fa5 .tab-wrap .tab-contents {
  height: 100%;
}
#ae312a6bc1a1fa5 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae312a6bc1a1fa5 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae312a6bc1a1fa5 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aba0ca8cdcaca60  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0a12aaedca7727  {flex-grow: 1;}#acdbfa2e9ea9fad  {flex: 1;}#a5c36a7613a9146  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#a9501a8371a6f2a , #a9501a8371a6f2a a{flex-grow: 0;}#abc3dae672aea5c  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#a2116ab392a63cb  {flex-grow: 1;}#ac22dace6ca33ca  {flex: 1;}#a3028a255aabfb5  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a6742a573aacc52 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a6742a573aacc52 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: #1364d8;}#add54a529eac5fd  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#ac378aa870a7163 .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#ac378aa870a7163 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a8fcaa320aa5ab1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#a1511a9347a107e  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#a7133ae55fac590 .a092ea53cea1189 {
  overflow: hidden;
}
#a7133ae55fac590 .a092ea53cea1189 , #a7133ae55fac590 .a092ea53cea1189 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a7133ae55fac590 .a092ea53cea1189:hover , #a7133ae55fac590 .a092ea53cea1189 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a7133ae55fac590 .a73b0ae72aadecd {
  overflow: hidden;
}
#a7133ae55fac590 .a73b0ae72aadecd , #a7133ae55fac590 .a73b0ae72aadecd > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a7133ae55fac590 .uk-grid {
  margin-left: -10px;
}
#a7133ae55fac590 .uk-grid > * {
  padding-left: 10px;
}
#a7133ae55fac590 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7133ae55fac590 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a7133ae55fac590 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a7133ae55fac590 .uk-position-center-left-out {
    left: -30px;
  }
  #a7133ae55fac590 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af7bea7d38a1a87  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#a581aa1246ae6e6 .af755a37a8a541e {
  overflow: hidden;
}
#a581aa1246ae6e6 .af755a37a8a541e , #a581aa1246ae6e6 .af755a37a8a541e > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a581aa1246ae6e6 .af755a37a8a541e:hover , #a581aa1246ae6e6 .af755a37a8a541e *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a581aa1246ae6e6 .uk-grid {
  margin-left: -10px;
}
#a581aa1246ae6e6 .uk-grid > * {
  padding-left: 10px;
}
#a581aa1246ae6e6 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a581aa1246ae6e6 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a581aa1246ae6e6 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a581aa1246ae6e6 .uk-position-center-left-out {
    left: -30px;
  }
  #a581aa1246ae6e6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3dd2aee7da4470 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#a3dd2aee7da4470 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3dd2aee7da4470 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a3dd2aee7da4470 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3dd2aee7da4470 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3dd2aee7da4470 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a3dd2aee7da4470 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3dd2aee7da4470 > .tab-wrap > div > .tab-nav,
#a3dd2aee7da4470 > .tab-nav,
#a3dd2aee7da4470 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3dd2aee7da4470 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3dd2aee7da4470 > .tab-wrap > div > .tab-nav-horizontal,
#a3dd2aee7da4470 > .tab-nav-horizontal,
#a3dd2aee7da4470 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3dd2aee7da4470 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3dd2aee7da4470 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3dd2aee7da4470 > .tab-nav-horizontal::-webkit-scrollbar,
#a3dd2aee7da4470 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3dd2aee7da4470 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3dd2aee7da4470 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3dd2aee7da4470 > .tab-nav-horizontal.tagScroll,
#a3dd2aee7da4470 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3dd2aee7da4470 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a3dd2aee7da4470 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3dd2aee7da4470 > .tab-nav-horizontal.tagScroll li a,
#a3dd2aee7da4470 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3dd2aee7da4470 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3dd2aee7da4470 > .tab-wrap > div > .tab-nav a,
#a3dd2aee7da4470 > .tab-nav a,
#a3dd2aee7da4470 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3dd2aee7da4470 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3dd2aee7da4470 > .tab-wrap > div > .tab-nav li a,
#a3dd2aee7da4470 > .tab-nav li a,
#a3dd2aee7da4470 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3dd2aee7da4470 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a3dd2aee7da4470 > .tab-wrap > div > .tab-nav li a svg,
#a3dd2aee7da4470 > .tab-nav li a svg,
#a3dd2aee7da4470 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3dd2aee7da4470 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3dd2aee7da4470 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3dd2aee7da4470 > .tab-nav li a .ap_icon,
#a3dd2aee7da4470 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3dd2aee7da4470 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3dd2aee7da4470 > .tab-wrap > div > .tab-nav li a:hover,
#a3dd2aee7da4470 > .tab-nav li a:hover,
#a3dd2aee7da4470 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3dd2aee7da4470 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3dd2aee7da4470 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3dd2aee7da4470 > .tab-nav li.uk-active a,
#a3dd2aee7da4470 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3dd2aee7da4470 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3dd2aee7da4470 .layout-left li,
#a3dd2aee7da4470 .layout-center li,
#a3dd2aee7da4470 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3dd2aee7da4470 .layout-left li a,
#a3dd2aee7da4470 .layout-center li a,
#a3dd2aee7da4470 .layout-right li a {
  height: 100%;
}
#a3dd2aee7da4470 > .tab-tabs .layout-left {
  text-align: left;
}
#a3dd2aee7da4470 > .tab-tabs .layout-center {
  text-align: center;
}
#a3dd2aee7da4470 > .tab-tabs .layout-right {
  text-align: right;
}
#a3dd2aee7da4470 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a3dd2aee7da4470 .tab-content-wrap {
  background-color: transparent;
}
#a3dd2aee7da4470 .tab-contents,
#a3dd2aee7da4470 .tab-contents-wrap {
  pointer-events: none;
}
#a3dd2aee7da4470 .tab-content,
#a3dd2aee7da4470 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3dd2aee7da4470 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3dd2aee7da4470 .tab-wrap .tab-contents {
  height: 100%;
}
#a3dd2aee7da4470 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3dd2aee7da4470 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3dd2aee7da4470 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a45b7a9ebeaba8a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a796babe96a59ce .list-icon {
  color: #1364d8;
}
#a796babe96a59ce .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#a796babe96a59ce .uk-button:hover {
  background: #fff;
  color: #1364d8;
}
#a796babe96a59ce .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45b7a9ebeaba8a [data-item="undefined"] {flex-grow: 0;}#a6dc0a5e5fa6229  {flex: 1;}#a7e4ba246ba8e3f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a31ebacaaaaab3c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac51da0210a0d7b  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#aa2baa930faeb3f {
  border-radius: 5px;
  overflow: hidden;
}
#aa2baa930faeb3f .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#aa2baa930faeb3f .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#aa2baa930faeb3f .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#aa2baa930faeb3f .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#aa2baa930faeb3f .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#ac514a92e9a6683 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7305a79cca85cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1760159755930.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af0e8ae037a6530  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aad89afe77ae372  {flex-grow: 1;}#a324aaf669a1e31  {flex: 1;}#a2328acc4aa0eb6  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#a5540a1929a7c18 , #a5540a1929a7c18 a{flex-grow: 0;}#a9d72a8918aeaa2  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#a8ed6af2c5a44f7  {flex-grow: 1;}#a6496a7b3caf37c  {flex: 1;}#a353eaf826aa72a  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#ad075afa95a4424 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#ad075afa95a4424 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: #1364d8;}#aaa55a4e08a43ad  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#ab457aead8ab6a1 .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#ab457aead8ab6a1 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a4584a1326a0fc9  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#a3b1cae979a08cd  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#a5460a8dfaaa373 .a26efaaba0aca43 {
  overflow: hidden;
}
#a5460a8dfaaa373 .a26efaaba0aca43 , #a5460a8dfaaa373 .a26efaaba0aca43 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a5460a8dfaaa373 .a26efaaba0aca43:hover , #a5460a8dfaaa373 .a26efaaba0aca43 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a5460a8dfaaa373 .a57fca0090ae14a {
  overflow: hidden;
}
#a5460a8dfaaa373 .a57fca0090ae14a , #a5460a8dfaaa373 .a57fca0090ae14a > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a5460a8dfaaa373 .uk-grid {
  margin-left: -10px;
}
#a5460a8dfaaa373 .uk-grid > * {
  padding-left: 10px;
}
#a5460a8dfaaa373 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a5460a8dfaaa373 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a5460a8dfaaa373 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a5460a8dfaaa373 .uk-position-center-left-out {
    left: -30px;
  }
  #a5460a8dfaaa373 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa01aae2a4aacb0  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#a9692ac9b0ac22a .a9e90ab7b2a8de5 {
  overflow: hidden;
}
#a9692ac9b0ac22a .a9e90ab7b2a8de5 , #a9692ac9b0ac22a .a9e90ab7b2a8de5 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a9692ac9b0ac22a .a9e90ab7b2a8de5:hover , #a9692ac9b0ac22a .a9e90ab7b2a8de5 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a9692ac9b0ac22a .uk-grid {
  margin-left: -10px;
}
#a9692ac9b0ac22a .uk-grid > * {
  padding-left: 10px;
}
#a9692ac9b0ac22a .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9692ac9b0ac22a .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a9692ac9b0ac22a .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a9692ac9b0ac22a .uk-position-center-left-out {
    left: -30px;
  }
  #a9692ac9b0ac22a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7d7eac3cfada24 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#a7d7eac3cfada24 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7d7eac3cfada24 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a7d7eac3cfada24 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7d7eac3cfada24 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7d7eac3cfada24 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a7d7eac3cfada24 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7d7eac3cfada24 > .tab-wrap > div > .tab-nav,
#a7d7eac3cfada24 > .tab-nav,
#a7d7eac3cfada24 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7d7eac3cfada24 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7d7eac3cfada24 > .tab-wrap > div > .tab-nav-horizontal,
#a7d7eac3cfada24 > .tab-nav-horizontal,
#a7d7eac3cfada24 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7d7eac3cfada24 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7d7eac3cfada24 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7d7eac3cfada24 > .tab-nav-horizontal::-webkit-scrollbar,
#a7d7eac3cfada24 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7d7eac3cfada24 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7d7eac3cfada24 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7d7eac3cfada24 > .tab-nav-horizontal.tagScroll,
#a7d7eac3cfada24 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7d7eac3cfada24 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a7d7eac3cfada24 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7d7eac3cfada24 > .tab-nav-horizontal.tagScroll li a,
#a7d7eac3cfada24 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7d7eac3cfada24 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7d7eac3cfada24 > .tab-wrap > div > .tab-nav a,
#a7d7eac3cfada24 > .tab-nav a,
#a7d7eac3cfada24 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7d7eac3cfada24 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7d7eac3cfada24 > .tab-wrap > div > .tab-nav li a,
#a7d7eac3cfada24 > .tab-nav li a,
#a7d7eac3cfada24 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7d7eac3cfada24 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a7d7eac3cfada24 > .tab-wrap > div > .tab-nav li a svg,
#a7d7eac3cfada24 > .tab-nav li a svg,
#a7d7eac3cfada24 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7d7eac3cfada24 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7d7eac3cfada24 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7d7eac3cfada24 > .tab-nav li a .ap_icon,
#a7d7eac3cfada24 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7d7eac3cfada24 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7d7eac3cfada24 > .tab-wrap > div > .tab-nav li a:hover,
#a7d7eac3cfada24 > .tab-nav li a:hover,
#a7d7eac3cfada24 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7d7eac3cfada24 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7d7eac3cfada24 > .tab-wrap > div > .tab-nav li.uk-active a,
#a7d7eac3cfada24 > .tab-nav li.uk-active a,
#a7d7eac3cfada24 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7d7eac3cfada24 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7d7eac3cfada24 .layout-left li,
#a7d7eac3cfada24 .layout-center li,
#a7d7eac3cfada24 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7d7eac3cfada24 .layout-left li a,
#a7d7eac3cfada24 .layout-center li a,
#a7d7eac3cfada24 .layout-right li a {
  height: 100%;
}
#a7d7eac3cfada24 > .tab-tabs .layout-left {
  text-align: left;
}
#a7d7eac3cfada24 > .tab-tabs .layout-center {
  text-align: center;
}
#a7d7eac3cfada24 > .tab-tabs .layout-right {
  text-align: right;
}
#a7d7eac3cfada24 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a7d7eac3cfada24 .tab-content-wrap {
  background-color: transparent;
}
#a7d7eac3cfada24 .tab-contents,
#a7d7eac3cfada24 .tab-contents-wrap {
  pointer-events: none;
}
#a7d7eac3cfada24 .tab-content,
#a7d7eac3cfada24 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7d7eac3cfada24 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7d7eac3cfada24 .tab-wrap .tab-contents {
  height: 100%;
}
#a7d7eac3cfada24 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7d7eac3cfada24 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7d7eac3cfada24 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a0deaad1bda5996 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0deaad1bda5996 [data-item="undefined"] {flex-grow: 0;}#aabbfadbe4a8ccb  {flex: 1;}#ae8fba8e87a1a65  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a3f49a1618aaa76 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b5ea0b13a1875  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#adb9aab44eafcdb {
  border-radius: 5px;
  overflow: hidden;
}
#adb9aab44eafcdb .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#adb9aab44eafcdb .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#adb9aab44eafcdb .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#adb9aab44eafcdb .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#adb9aab44eafcdb .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#ab189a527baa4b6 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1760162463138.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af305a0b47aa4e4  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0489ad34fa95f8  {flex-grow: 1;}#a1669aaf01a602c  {flex: 1;}#a15fcad3eba116f  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#a7044a9368aac59 , #a7044a9368aac59 a{flex-grow: 0;}#ae7afaa1beabb86  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#a41dea5251a6f3b  {flex-grow: 1;}#a85e4a1669a3c81  {flex: 1;}#a9b44abd88a7511  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a6580ab518a2beb .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a6580ab518a2beb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#ada12a41e3a43d6  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#aa788ab29fa1f09  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#ad787af68cac350 .ab749adb96a605c {
  overflow: hidden;
}
#ad787af68cac350 .ab749adb96a605c , #ad787af68cac350 .ab749adb96a605c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ad787af68cac350 .ab749adb96a605c:hover , #ad787af68cac350 .ab749adb96a605c *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ad787af68cac350 .a95e1a6694a5fca {
  overflow: hidden;
}
#ad787af68cac350 .a95e1a6694a5fca , #ad787af68cac350 .a95e1a6694a5fca > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ad787af68cac350 .uk-grid {
  margin-left: -10px;
}
#ad787af68cac350 .uk-grid > * {
  padding-left: 10px;
}
#ad787af68cac350 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ad787af68cac350 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#ad787af68cac350 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #ad787af68cac350 .uk-position-center-left-out {
    left: -30px;
  }
  #ad787af68cac350 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac511adbb5aa2d8  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#ae609a4d6aa95df .a1d5da41c3abac5 {
  overflow: hidden;
}
#ae609a4d6aa95df .a1d5da41c3abac5 , #ae609a4d6aa95df .a1d5da41c3abac5 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ae609a4d6aa95df .a1d5da41c3abac5:hover , #ae609a4d6aa95df .a1d5da41c3abac5 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ae609a4d6aa95df .uk-grid {
  margin-left: -10px;
}
#ae609a4d6aa95df .uk-grid > * {
  padding-left: 10px;
}
#ae609a4d6aa95df .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ae609a4d6aa95df .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#ae609a4d6aa95df .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #ae609a4d6aa95df .uk-position-center-left-out {
    left: -30px;
  }
  #ae609a4d6aa95df .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8e51a9af3a9779 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#a8e51a9af3a9779 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8e51a9af3a9779 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a8e51a9af3a9779 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8e51a9af3a9779 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8e51a9af3a9779 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a8e51a9af3a9779 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8e51a9af3a9779 > .tab-wrap > div > .tab-nav,
#a8e51a9af3a9779 > .tab-nav,
#a8e51a9af3a9779 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8e51a9af3a9779 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e51a9af3a9779 > .tab-wrap > div > .tab-nav-horizontal,
#a8e51a9af3a9779 > .tab-nav-horizontal,
#a8e51a9af3a9779 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8e51a9af3a9779 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8e51a9af3a9779 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8e51a9af3a9779 > .tab-nav-horizontal::-webkit-scrollbar,
#a8e51a9af3a9779 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8e51a9af3a9779 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8e51a9af3a9779 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8e51a9af3a9779 > .tab-nav-horizontal.tagScroll,
#a8e51a9af3a9779 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8e51a9af3a9779 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a8e51a9af3a9779 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8e51a9af3a9779 > .tab-nav-horizontal.tagScroll li a,
#a8e51a9af3a9779 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8e51a9af3a9779 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8e51a9af3a9779 > .tab-wrap > div > .tab-nav a,
#a8e51a9af3a9779 > .tab-nav a,
#a8e51a9af3a9779 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8e51a9af3a9779 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8e51a9af3a9779 > .tab-wrap > div > .tab-nav li a,
#a8e51a9af3a9779 > .tab-nav li a,
#a8e51a9af3a9779 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8e51a9af3a9779 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a8e51a9af3a9779 > .tab-wrap > div > .tab-nav li a svg,
#a8e51a9af3a9779 > .tab-nav li a svg,
#a8e51a9af3a9779 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8e51a9af3a9779 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8e51a9af3a9779 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8e51a9af3a9779 > .tab-nav li a .ap_icon,
#a8e51a9af3a9779 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8e51a9af3a9779 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8e51a9af3a9779 > .tab-wrap > div > .tab-nav li a:hover,
#a8e51a9af3a9779 > .tab-nav li a:hover,
#a8e51a9af3a9779 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8e51a9af3a9779 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e51a9af3a9779 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8e51a9af3a9779 > .tab-nav li.uk-active a,
#a8e51a9af3a9779 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8e51a9af3a9779 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e51a9af3a9779 .layout-left li,
#a8e51a9af3a9779 .layout-center li,
#a8e51a9af3a9779 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8e51a9af3a9779 .layout-left li a,
#a8e51a9af3a9779 .layout-center li a,
#a8e51a9af3a9779 .layout-right li a {
  height: 100%;
}
#a8e51a9af3a9779 > .tab-tabs .layout-left {
  text-align: left;
}
#a8e51a9af3a9779 > .tab-tabs .layout-center {
  text-align: center;
}
#a8e51a9af3a9779 > .tab-tabs .layout-right {
  text-align: right;
}
#a8e51a9af3a9779 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a8e51a9af3a9779 .tab-content-wrap {
  background-color: transparent;
}
#a8e51a9af3a9779 .tab-contents,
#a8e51a9af3a9779 .tab-contents-wrap {
  pointer-events: none;
}
#a8e51a9af3a9779 .tab-content,
#a8e51a9af3a9779 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8e51a9af3a9779 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8e51a9af3a9779 .tab-wrap .tab-contents {
  height: 100%;
}
#a8e51a9af3a9779 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8e51a9af3a9779 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8e51a9af3a9779 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ae773aca72a2f04 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae773aca72a2f04 [data-item="undefined"] {flex-grow: 0;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ae9e4a9bb5ad7b5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae9e4a9bb5ad7b5 [data-item="undefined"] {flex-grow: 0;}#ac018a267ba68c4  {flex: 1;}#a3a9ba34d0ae888  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#ad858ac9eeab19a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9663a26fcaaa04  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a098cac2c4a4d23 {
  border-radius: 5px;
  overflow: hidden;
}
#a098cac2c4a4d23 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a098cac2c4a4d23 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a098cac2c4a4d23 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a098cac2c4a4d23 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a098cac2c4a4d23 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a31fca4e18a0a78 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8f6ead1faaabb0 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af614a6621aa8e4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a90ebaec28a67c0 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a22b0abab8a4ed8 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a0aaca24daa97d0 > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeedba1d1aabd40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#ace00a2435aaa26 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7472ab348a9f1e > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1759109857847.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8078a145da6b8c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a42f0a3ae8a9004  {flex-grow: 1;}#a6129adc8ead467  {flex: 1;}#a9160a91daa732e  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-top: 45px;min-height: 170px;}#ac027ae3cca9855 , #ac027ae3cca9855 a{flex-grow: 0;}#a410ea5e64a0b72  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;max-width: 750px;min-width: 650px;}#a6cf5a76e8aff49  {flex-grow: 1;}#a2b5da58a1a9e5b  {flex: 1;}#a1f24aeed9a699c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#a9c77a270aa850a .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#a9c77a270aa850a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: #1364d8;}#a0da9a1be4a3d7f  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 35px;}#ae564a3c6dac2b6 .ele-wrap {color: #1364d8;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;font-weight: 500;flex-grow: 0;}#ae564a3c6dac2b6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#aa6d2a0275a39c1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;padding-top: 10px;}#adc1aafc0aaf2fc  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);}#afef4a34f6aadd5 .a4fefa4cb2afce7 {
  overflow: hidden;
}
#afef4a34f6aadd5 .a4fefa4cb2afce7 , #afef4a34f6aadd5 .a4fefa4cb2afce7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#afef4a34f6aadd5 .a4fefa4cb2afce7:hover , #afef4a34f6aadd5 .a4fefa4cb2afce7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#afef4a34f6aadd5 .a4e3ea8c41a8f79 {
  overflow: hidden;
}
#afef4a34f6aadd5 .a4e3ea8c41a8f79 , #afef4a34f6aadd5 .a4e3ea8c41a8f79 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#afef4a34f6aadd5 .uk-grid {
  margin-left: -10px;
}
#afef4a34f6aadd5 .uk-grid > * {
  padding-left: 10px;
}
#afef4a34f6aadd5 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#afef4a34f6aadd5 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#afef4a34f6aadd5 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #afef4a34f6aadd5 .uk-position-center-left-out {
    left: -30px;
  }
  #afef4a34f6aadd5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abfb5a09f9a8be7  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;border-top-style: solid;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);padding-top: 20px;}#a719eab7e4a2ec7 .a24b2a5683adf41 {
  overflow: hidden;
}
#a719eab7e4a2ec7 .a24b2a5683adf41 , #a719eab7e4a2ec7 .a24b2a5683adf41 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a719eab7e4a2ec7 .a24b2a5683adf41:hover , #a719eab7e4a2ec7 .a24b2a5683adf41 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a719eab7e4a2ec7 .uk-grid {
  margin-left: -10px;
}
#a719eab7e4a2ec7 .uk-grid > * {
  padding-left: 10px;
}
#a719eab7e4a2ec7 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a719eab7e4a2ec7 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a719eab7e4a2ec7 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a719eab7e4a2ec7 .uk-position-center-left-out {
    left: -30px;
  }
  #a719eab7e4a2ec7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6637acd6ea2aae {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
}
#a6637acd6ea2aae > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6637acd6ea2aae > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a6637acd6ea2aae > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6637acd6ea2aae > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6637acd6ea2aae > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a6637acd6ea2aae > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6637acd6ea2aae > .tab-wrap > div > .tab-nav,
#a6637acd6ea2aae > .tab-nav,
#a6637acd6ea2aae > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6637acd6ea2aae > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6637acd6ea2aae > .tab-wrap > div > .tab-nav-horizontal,
#a6637acd6ea2aae > .tab-nav-horizontal,
#a6637acd6ea2aae > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6637acd6ea2aae > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6637acd6ea2aae > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6637acd6ea2aae > .tab-nav-horizontal::-webkit-scrollbar,
#a6637acd6ea2aae > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6637acd6ea2aae > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6637acd6ea2aae > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6637acd6ea2aae > .tab-nav-horizontal.tagScroll,
#a6637acd6ea2aae > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6637acd6ea2aae > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a6637acd6ea2aae > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6637acd6ea2aae > .tab-nav-horizontal.tagScroll li a,
#a6637acd6ea2aae > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6637acd6ea2aae > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6637acd6ea2aae > .tab-wrap > div > .tab-nav a,
#a6637acd6ea2aae > .tab-nav a,
#a6637acd6ea2aae > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6637acd6ea2aae > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a6637acd6ea2aae > .tab-wrap > div > .tab-nav li a,
#a6637acd6ea2aae > .tab-nav li a,
#a6637acd6ea2aae > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6637acd6ea2aae > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a6637acd6ea2aae > .tab-wrap > div > .tab-nav li a svg,
#a6637acd6ea2aae > .tab-nav li a svg,
#a6637acd6ea2aae > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6637acd6ea2aae > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6637acd6ea2aae > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6637acd6ea2aae > .tab-nav li a .ap_icon,
#a6637acd6ea2aae > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6637acd6ea2aae > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6637acd6ea2aae > .tab-wrap > div > .tab-nav li a:hover,
#a6637acd6ea2aae > .tab-nav li a:hover,
#a6637acd6ea2aae > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6637acd6ea2aae > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6637acd6ea2aae > .tab-wrap > div > .tab-nav li.uk-active a,
#a6637acd6ea2aae > .tab-nav li.uk-active a,
#a6637acd6ea2aae > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6637acd6ea2aae > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6637acd6ea2aae .layout-left li,
#a6637acd6ea2aae .layout-center li,
#a6637acd6ea2aae .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6637acd6ea2aae .layout-left li a,
#a6637acd6ea2aae .layout-center li a,
#a6637acd6ea2aae .layout-right li a {
  height: 100%;
}
#a6637acd6ea2aae > .tab-tabs .layout-left {
  text-align: left;
}
#a6637acd6ea2aae > .tab-tabs .layout-center {
  text-align: center;
}
#a6637acd6ea2aae > .tab-tabs .layout-right {
  text-align: right;
}
#a6637acd6ea2aae .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a6637acd6ea2aae .tab-content-wrap {
  background-color: transparent;
}
#a6637acd6ea2aae .tab-contents,
#a6637acd6ea2aae .tab-contents-wrap {
  pointer-events: none;
}
#a6637acd6ea2aae .tab-content,
#a6637acd6ea2aae .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6637acd6ea2aae .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6637acd6ea2aae .tab-wrap .tab-contents {
  height: 100%;
}
#a6637acd6ea2aae .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6637acd6ea2aae .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6637acd6ea2aae .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a0463a2717a7c07 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f00a076aa2033 .ap-counter {
  position: relative;
}
#a5f00a076aa2033 .ap-counter + .el-mark {
  font-size: 20px;
  font-weight: 600;
}
#a5f00a076aa2033 .ap-counter:not(.is-mark)::after {
  content: "+";
}
#a5f00a076aa2033 .uk-first-column {
  float: left;
  padding-right: 10px;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0463a2717a7c07 [data-item="undefined"] {flex-grow: 0;}#a9a34a151bad575 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(255, 255, 255, 0);border-width: 1px;border-color: rgba(255, 255, 255, 1);}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7c2ca3e4aa1c3b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad5eaa153aae2fe .separator-line {
  width: 50px;
  border-bottom: 2px solid #1364d8;
}
#aa916a7fe4a3b8d .uk-card-media-left {
  min-height: 200px;
}
#aa916a7fe4a3b8d .h-float .uk-card {
  transition: all .3s ease;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7c2ca3e4aa1c3b [data-item="undefined"] {flex-grow: 0;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad450af7cfaf0be [data-item="undefined"] {flex-grow: 0;}#a7f08a07b4a147a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a8f06ac6a4a0b24  {flex-grow: 1;}#a75f2af46da7e78  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 40px;padding-left: 40px;padding-bottom: 80px;padding-top: 40px;}#a01ecafe88af46b  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 40px;padding-left: 40px;padding-bottom: 80px;padding-top: 40px;}#a3a88a3c4faf87e  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 40px;padding-left: 40px;padding-bottom: 80px;padding-top: 40px;}#aa273a9533ac65b {
  overflow: hidden;
  pointer-events: none;
}
#aa273a9533ac65b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa273a9533ac65b > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa273a9533ac65b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa273a9533ac65b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa273a9533ac65b > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa273a9533ac65b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa273a9533ac65b > .tab-wrap > div > .tab-nav,
#aa273a9533ac65b > .tab-nav,
#aa273a9533ac65b > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa273a9533ac65b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-top-width: 1px;
}
#aa273a9533ac65b > .tab-wrap > div > .tab-nav-horizontal,
#aa273a9533ac65b > .tab-nav-horizontal,
#aa273a9533ac65b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa273a9533ac65b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa273a9533ac65b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa273a9533ac65b > .tab-nav-horizontal::-webkit-scrollbar,
#aa273a9533ac65b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa273a9533ac65b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa273a9533ac65b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa273a9533ac65b > .tab-nav-horizontal.tagScroll,
#aa273a9533ac65b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa273a9533ac65b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#aa273a9533ac65b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa273a9533ac65b > .tab-nav-horizontal.tagScroll li a,
#aa273a9533ac65b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa273a9533ac65b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa273a9533ac65b > .tab-wrap > div > .tab-nav a,
#aa273a9533ac65b > .tab-nav a,
#aa273a9533ac65b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa273a9533ac65b > .tab-tabs > .tab-nav a {
  padding: 0 10px;
}
#aa273a9533ac65b > .tab-wrap > div > .tab-nav li a,
#aa273a9533ac65b > .tab-nav li a,
#aa273a9533ac65b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa273a9533ac65b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 10px;
}
#aa273a9533ac65b > .tab-wrap > div > .tab-nav li a svg,
#aa273a9533ac65b > .tab-nav li a svg,
#aa273a9533ac65b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa273a9533ac65b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa273a9533ac65b > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa273a9533ac65b > .tab-nav li a .ap_icon,
#aa273a9533ac65b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa273a9533ac65b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa273a9533ac65b > .tab-wrap > div > .tab-nav li a:hover,
#aa273a9533ac65b > .tab-nav li a:hover,
#aa273a9533ac65b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa273a9533ac65b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0063d8;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#aa273a9533ac65b > .tab-wrap > div > .tab-nav li.uk-active a,
#aa273a9533ac65b > .tab-nav li.uk-active a,
#aa273a9533ac65b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa273a9533ac65b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0057bd;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#aa273a9533ac65b .layout-left li,
#aa273a9533ac65b .layout-center li,
#aa273a9533ac65b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa273a9533ac65b .layout-left li a,
#aa273a9533ac65b .layout-center li a,
#aa273a9533ac65b .layout-right li a {
  height: 100%;
}
#aa273a9533ac65b > .tab-tabs .layout-left {
  text-align: left;
}
#aa273a9533ac65b > .tab-tabs .layout-center {
  text-align: center;
}
#aa273a9533ac65b > .tab-tabs .layout-right {
  text-align: right;
}
#aa273a9533ac65b .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#aa273a9533ac65b .tab-content-wrap {
  background-color: #ffffff;
}
#aa273a9533ac65b .tab-contents,
#aa273a9533ac65b .tab-contents-wrap {
  pointer-events: none;
}
#aa273a9533ac65b .tab-content,
#aa273a9533ac65b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa273a9533ac65b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa273a9533ac65b .tab-wrap .tab-contents {
  height: 100%;
}
#aa273a9533ac65b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa273a9533ac65b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa273a9533ac65b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aefcca0912a1fb1 [data-item="undefined"] {flex-grow: 0;}#ad770acc2aa6b5d  {flex: 1;}#ae8c5ac170adfac  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: rgba(30, 30, 30, 1);padding-top: 30px;padding-bottom: 50px;padding-left: 40px;margin-top: 80px;margin-bottom: 80px;}#a1429ab108a790d > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9ba4a2ba4a874f , #a9ba4a2ba4a874f a{color: rgba(255, 255, 255, 1);}#a261da765fa9286 , #a261da765fa9286 a{color: rgba(255, 255, 255, 1);}#a69f4af26daa54d , #a69f4af26daa54d a{color: rgba(255, 255, 255, 1);}#a519da05e2a8fa1  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 30px;padding-bottom: 50px;padding-right: 40px;margin-top: 80px;margin-bottom: 80px;background-color: rgba(245, 245, 245, 1);}#abc60a57dda9dc5 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a543aa4588a754b .form-agree {
  display: flex;
  align-items: center;
}
#a543aa4588a754b .uk-form .form-submit-btn {
  width: 150px;
}
#a543aa4588a754b .submit-wrap {
  text-align: left;
}
#a543aa4588a754b .submit-wrap button {
  font-size: 14px;
}
#a543aa4588a754b form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a543aa4588a754b .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#a543aa4588a754b .form-item .uk-input,
#a543aa4588a754b .form-item .uk-select,
#a543aa4588a754b .form-item .uk-textarea {
  border: none !important;
}
#a543aa4588a754b .form-item .uk-input,
#a543aa4588a754b .form-item .uk-select,
#a543aa4588a754b .form-item .uk-textarea {
  width: autopx;
  height: 35px;
  line-height: 35px;
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  margin-top: 1px;
}
#a543aa4588a754b .form-item .uk-input::-webkit-input-placeholder,
#a543aa4588a754b .form-item .uk-select::-webkit-input-placeholder,
#a543aa4588a754b .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a543aa4588a754b .form-item .uk-input:-ms-input-placeholder,
#a543aa4588a754b .form-item .uk-select:-ms-input-placeholder,
#a543aa4588a754b .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a543aa4588a754b .form-item .uk-input::-moz-placeholder,
#a543aa4588a754b .form-item .uk-select::-moz-placeholder,
#a543aa4588a754b .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a543aa4588a754b .form-item .uk-input::placeholder,
#a543aa4588a754b .form-item .uk-select::placeholder,
#a543aa4588a754b .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a543aa4588a754b .form-item .auto-height {
  height: auto;
}
#a543aa4588a754b .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a543aa4588a754b .form-item .send-code {
  bottom: -2.5px;
}
#a543aa4588a754b .form-item .uk-textarea {
  height: 70px;
  line-height: 1.5;
}
#a543aa4588a754b .uk-form-label,
#a543aa4588a754b .form-agree,
#a543aa4588a754b .uk-h3,
#a543aa4588a754b p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a543aa4588a754b .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#a543aa4588a754b .form-item > label {
  flex: none;
}
#a543aa4588a754b .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a543aa4588a754b .form-item .uk-input,
#a543aa4588a754b .form-item .uk-select,
#a543aa4588a754b .form-item .uk-textarea,
#a543aa4588a754b .form-item .address-select,
#a543aa4588a754b .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a543aa4588a754b .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1ca5ae345af76e {
  min-height: 90vh;
  /* mobile */
}
#a1ca5ae345af76e .search-highlight {
  background: yellow;
}
#a1ca5ae345af76e .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a1ca5ae345af76e .el-title {
  margin-bottom: 20px;
}
#a1ca5ae345af76e .el-item:hover .el-title {
  color: #1364d8;
}
#a1ca5ae345af76e .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a1ca5ae345af76e .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a1ca5ae345af76e .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a1ca5ae345af76e .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a1ca5ae345af76e .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a1ca5ae345af76e .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a1ca5ae345af76e .el-title {
    margin-bottom: 0;
  }
  #a1ca5ae345af76e .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a1ca5ae345af76e .category {
    font-size: 12px;
  }
  #a1ca5ae345af76e .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad450af7cfaf0be [data-item="undefined"] {flex-grow: 0;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad450af7cfaf0be [data-item="undefined"] {flex-grow: 0;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa491a3181ad91b {
  min-height: 90vh;
  /* mobile */
}
#aa491a3181ad91b .search-highlight {
  background: yellow;
}
#aa491a3181ad91b .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#aa491a3181ad91b .el-title {
  margin-bottom: 20px;
}
#aa491a3181ad91b .el-item:hover .el-title {
  color: #1364d8;
}
#aa491a3181ad91b .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#aa491a3181ad91b .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#aa491a3181ad91b .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#aa491a3181ad91b .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#aa491a3181ad91b .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#aa491a3181ad91b .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #aa491a3181ad91b .el-title {
    margin-bottom: 0;
  }
  #aa491a3181ad91b .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #aa491a3181ad91b .category {
    font-size: 12px;
  }
  #aa491a3181ad91b .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aefcca0912a1fb1 [data-item="undefined"] {flex-grow: 0;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a54d4ab6b9a8872 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afe42a304dac4e0 .comment-detail {
  min-height: 600px;
}
#afe42a304dac4e0 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#afe42a304dac4e0 table th,
#afe42a304dac4e0 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#afe42a304dac4e0 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#afe42a304dac4e0 .red {
  color: #F00!important;
}
#afe42a304dac4e0 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#ac131a4592aabec  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#ad9b0ad3ffab025  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a142fa109fad0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#a5947a578ba6306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a5947a578ba6306  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a15fdaddb3a96ae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2087aad53aff29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2087aad53aff29  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aea87a3433a2991 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae286a3f3aade08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae286a3f3aade08  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aed39ac29ba3d9b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abfe4a3042a38d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#abfe4a3042a38d1  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1bd3a71b6a0421 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a52f4a9721a0bfe  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4dbea671caf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ad093a9d38aa8e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad093a9d38aa8e5  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a29f8a2593a68db .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a87f7a62a1a5035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a87f7a62a1a5035  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#af22fa18c2acb10 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a890da7a2fa213f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a890da7a2fa213f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a09c3a8f00a2f9d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab114a3754a4c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab114a3754a4c6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a974fab127a97cf .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a0da8a2042a9f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0da8a2042a9f07  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6583ac13caa1ec .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4e5bafc00a9574  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ac3eda2086a6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#afe47a00ada7312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#afe47a00ada7312  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aeb5aa157ca946f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e90ac08da2a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7e90ac08da2a4d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a5373a0ca6a3253 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a3583a186fa8499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3583a186fa8499  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#add5aa50e3a7792 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac4c5a7840aceab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ac4c5a7840aceab  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1d25ab137a396e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad75aafe9ea478b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad75aafe9ea478b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a747aafcd9aad80 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4054a7853aab65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4054a7853aab65  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae8faa028ea747d .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a2bb5abdf7a7840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a2bb5abdf7a7840  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6fc9a15dca5864 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4c1eab9f5a86e8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4c1eab9f5a86e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#a4c1eab9f5a86e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4c1eab9f5a86e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#a4c1eab9f5a86e8 .layout-left li,
#a4c1eab9f5a86e8 .layout-center li,
#a4c1eab9f5a86e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4c1eab9f5a86e8 .layout-left li a,
#a4c1eab9f5a86e8 .layout-center li a,
#a4c1eab9f5a86e8 .layout-right li a {
  height: 100%;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a4c1eab9f5a86e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a4c1eab9f5a86e8 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4c1eab9f5a86e8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4c1eab9f5a86e8 .tab-contents,
#a4c1eab9f5a86e8 .tab-contents-wrap {
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-content,
#a4c1eab9f5a86e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4c1eab9f5a86e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4c1eab9f5a86e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4c1eab9f5a86e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7448a0122a26d5  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#ad11fa0420a67bc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a045eab4bca8b55  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3d59abe28a6ec2 .a03ada4ee6ac7f4 {
  overflow: hidden;
}
#a3d59abe28a6ec2 .a03ada4ee6ac7f4 , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3d59abe28a6ec2 .a03ada4ee6ac7f4:hover , #a3d59abe28a6ec2 .a03ada4ee6ac7f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3d59abe28a6ec2 .uk-grid {
  margin-left: -3px;
}
#a3d59abe28a6ec2 .uk-grid > * {
  padding-left: 3px;
}
#a3d59abe28a6ec2 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3d59abe28a6ec2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3d59abe28a6ec2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3d59abe28a6ec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d59abe28a6ec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5780a03c6abec0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2c7fa6094a24bd .a5468a04b4a53f9 {
  overflow: hidden;
}
#a2c7fa6094a24bd .a5468a04b4a53f9 , #a2c7fa6094a24bd .a5468a04b4a53f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2c7fa6094a24bd .a5468a04b4a53f9:hover , #a2c7fa6094a24bd .a5468a04b4a53f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2c7fa6094a24bd .uk-grid {
  margin-left: -3px;
}
#a2c7fa6094a24bd .uk-grid > * {
  padding-left: 3px;
}
#a2c7fa6094a24bd .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a2c7fa6094a24bd .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2c7fa6094a24bd .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2c7fa6094a24bd .uk-position-center-left-out {
    left: -30px;
  }
  #a2c7fa6094a24bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8861a5ee8adaae  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab728abcbda71c6 .a398baaf26a8295 {
  overflow: hidden;
}
#ab728abcbda71c6 .a398baaf26a8295 , #ab728abcbda71c6 .a398baaf26a8295 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab728abcbda71c6 .a398baaf26a8295:hover , #ab728abcbda71c6 .a398baaf26a8295 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab728abcbda71c6 .uk-grid {
  margin-left: -3px;
}
#ab728abcbda71c6 .uk-grid > * {
  padding-left: 3px;
}
#ab728abcbda71c6 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ab728abcbda71c6 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab728abcbda71c6 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab728abcbda71c6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab728abcbda71c6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b96ac676acf0d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5b6ba348eaa66e .a268ba43a3aa5d3 {
  overflow: hidden;
}
#a5b6ba348eaa66e .a268ba43a3aa5d3 , #a5b6ba348eaa66e .a268ba43a3aa5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5b6ba348eaa66e .a268ba43a3aa5d3:hover , #a5b6ba348eaa66e .a268ba43a3aa5d3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5b6ba348eaa66e .uk-grid {
  margin-left: -3px;
}
#a5b6ba348eaa66e .uk-grid > * {
  padding-left: 3px;
}
#a5b6ba348eaa66e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a5b6ba348eaa66e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5b6ba348eaa66e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5b6ba348eaa66e .uk-position-center-left-out {
    left: -30px;
  }
  #a5b6ba348eaa66e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a675da796ea94bf {
  overflow: hidden;
  pointer-events: none;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a675da796ea94bf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675da796ea94bf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675da796ea94bf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675da796ea94bf > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675da796ea94bf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675da796ea94bf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675da796ea94bf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675da796ea94bf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a675da796ea94bf > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675da796ea94bf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a675da796ea94bf .layout-left li,
#a675da796ea94bf .layout-center li,
#a675da796ea94bf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675da796ea94bf .layout-left li a,
#a675da796ea94bf .layout-center li a,
#a675da796ea94bf .layout-right li a {
  height: 100%;
}
#a675da796ea94bf > .tab-tabs .layout-left {
  text-align: left;
}
#a675da796ea94bf > .tab-tabs .layout-center {
  text-align: center;
}
#a675da796ea94bf > .tab-tabs .layout-right {
  text-align: right;
}
#a675da796ea94bf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a675da796ea94bf .tab-content-wrap {
  background-color: #ffffff;
}
#a675da796ea94bf .tab-contents,
#a675da796ea94bf .tab-contents-wrap {
  pointer-events: none;
}
#a675da796ea94bf .tab-content,
#a675da796ea94bf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675da796ea94bf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675da796ea94bf .tab-wrap .tab-contents {
  height: 100%;
}
#a675da796ea94bf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675da796ea94bf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675da796ea94bf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbd6a9a58a0538  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a1dcfa786eaaf17  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a782ca6e2aa3160 .ab343abdb6a2630 {
  overflow: hidden;
}
#a782ca6e2aa3160 .ab343abdb6a2630 , #a782ca6e2aa3160 .ab343abdb6a2630 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a782ca6e2aa3160 .ab343abdb6a2630:hover , #a782ca6e2aa3160 .ab343abdb6a2630 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a782ca6e2aa3160 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a782ca6e2aa3160 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a782ca6e2aa3160 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a782ca6e2aa3160 .uk-position-center-left-out {
    left: -30px;
  }
  #a782ca6e2aa3160 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1204ab127a66f3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adbe0a2769aa26e .a593fa6feca07c4 {
  overflow: hidden;
}
#adbe0a2769aa26e .a593fa6feca07c4 , #adbe0a2769aa26e .a593fa6feca07c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adbe0a2769aa26e .a593fa6feca07c4:hover , #adbe0a2769aa26e .a593fa6feca07c4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adbe0a2769aa26e .uk-grid {
  margin-left: -3px;
}
#adbe0a2769aa26e .uk-grid > * {
  padding-left: 3px;
}
#adbe0a2769aa26e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#adbe0a2769aa26e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adbe0a2769aa26e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adbe0a2769aa26e .uk-position-center-left-out {
    left: -30px;
  }
  #adbe0a2769aa26e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26cfa353eae6e2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289ea4255ad619 .a27b9a063da8f77 {
  overflow: hidden;
}
#a289ea4255ad619 .a27b9a063da8f77 , #a289ea4255ad619 .a27b9a063da8f77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a289ea4255ad619 .a27b9a063da8f77:hover , #a289ea4255ad619 .a27b9a063da8f77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a289ea4255ad619 .uk-grid {
  margin-left: -3px;
}
#a289ea4255ad619 .uk-grid > * {
  padding-left: 3px;
}
#a289ea4255ad619 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a289ea4255ad619 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a289ea4255ad619 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a289ea4255ad619 .uk-position-center-left-out {
    left: -30px;
  }
  #a289ea4255ad619 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaedbab280a14fa  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a14dda1a3caca93 .ad49fad6e1a07d0 {
  overflow: hidden;
}
#a14dda1a3caca93 .ad49fad6e1a07d0 , #a14dda1a3caca93 .ad49fad6e1a07d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a14dda1a3caca93 .ad49fad6e1a07d0:hover , #a14dda1a3caca93 .ad49fad6e1a07d0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a14dda1a3caca93 .uk-grid {
  margin-left: -3px;
}
#a14dda1a3caca93 .uk-grid > * {
  padding-left: 3px;
}
#a14dda1a3caca93 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a14dda1a3caca93 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14dda1a3caca93 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a14dda1a3caca93 .uk-position-center-left-out {
    left: -30px;
  }
  #a14dda1a3caca93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0baea2ef7a9d7b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6268a7862afe6f .a0240ad266a0f1f {
  overflow: hidden;
}
#a6268a7862afe6f .a0240ad266a0f1f , #a6268a7862afe6f .a0240ad266a0f1f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6268a7862afe6f .a0240ad266a0f1f:hover , #a6268a7862afe6f .a0240ad266a0f1f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6268a7862afe6f .uk-grid {
  margin-left: -3px;
}
#a6268a7862afe6f .uk-grid > * {
  padding-left: 3px;
}
#a6268a7862afe6f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6268a7862afe6f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6268a7862afe6f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6268a7862afe6f .uk-position-center-left-out {
    left: -30px;
  }
  #a6268a7862afe6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9508a1cabad3c6 {
  overflow: hidden;
  pointer-events: none;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9508a1cabad3c6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav a {
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 31px;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9508a1cabad3c6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9508a1cabad3c6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a9508a1cabad3c6 .layout-left li,
#a9508a1cabad3c6 .layout-center li,
#a9508a1cabad3c6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9508a1cabad3c6 .layout-left li a,
#a9508a1cabad3c6 .layout-center li a,
#a9508a1cabad3c6 .layout-right li a {
  height: 100%;
}
#a9508a1cabad3c6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9508a1cabad3c6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9508a1cabad3c6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9508a1cabad3c6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a9508a1cabad3c6 .tab-content-wrap {
  background-color: #ffffff;
}
#a9508a1cabad3c6 .tab-contents,
#a9508a1cabad3c6 .tab-contents-wrap {
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-content,
#a9508a1cabad3c6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9508a1cabad3c6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9508a1cabad3c6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9508a1cabad3c6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9508a1cabad3c6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1dfca2e21a0c74  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a89bcafb3da7c50  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3586a4c1caa306 .a5164acb62a899d {
  overflow: hidden;
}
#a3586a4c1caa306 .a5164acb62a899d , #a3586a4c1caa306 .a5164acb62a899d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3586a4c1caa306 .a5164acb62a899d:hover , #a3586a4c1caa306 .a5164acb62a899d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3586a4c1caa306 .uk-grid {
  margin-left: -3px;
}
#a3586a4c1caa306 .uk-grid > * {
  padding-left: 3px;
}
#a3586a4c1caa306 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a3586a4c1caa306 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3586a4c1caa306 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3586a4c1caa306 .uk-position-center-left-out {
    left: -30px;
  }
  #a3586a4c1caa306 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19eba5406aae38  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af752ab192ace5e .a6272a4fdfacd4a {
  overflow: hidden;
}
#af752ab192ace5e .a6272a4fdfacd4a , #af752ab192ace5e .a6272a4fdfacd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af752ab192ace5e .a6272a4fdfacd4a:hover , #af752ab192ace5e .a6272a4fdfacd4a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af752ab192ace5e .uk-grid {
  margin-left: -3px;
}
#af752ab192ace5e .uk-grid > * {
  padding-left: 3px;
}
#af752ab192ace5e .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#af752ab192ace5e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af752ab192ace5e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af752ab192ace5e .uk-position-center-left-out {
    left: -30px;
  }
  #af752ab192ace5e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6676a7c3ba3572  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6d9da3c5cade7f .aee00ae014a20ab {
  overflow: hidden;
}
#a6d9da3c5cade7f .aee00ae014a20ab , #a6d9da3c5cade7f .aee00ae014a20ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a6d9da3c5cade7f .aee00ae014a20ab:hover , #a6d9da3c5cade7f .aee00ae014a20ab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6d9da3c5cade7f .uk-grid {
  margin-left: -3px;
}
#a6d9da3c5cade7f .uk-grid > * {
  padding-left: 3px;
}
#a6d9da3c5cade7f .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a6d9da3c5cade7f .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6d9da3c5cade7f .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a6d9da3c5cade7f .uk-position-center-left-out {
    left: -30px;
  }
  #a6d9da3c5cade7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93d2a27aea02da  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a8e69a7340a57d7 .a9711a2aabaeee7 {
  overflow: hidden;
}
#a8e69a7340a57d7 .a9711a2aabaeee7 , #a8e69a7340a57d7 .a9711a2aabaeee7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a8e69a7340a57d7 .a9711a2aabaeee7:hover , #a8e69a7340a57d7 .a9711a2aabaeee7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a8e69a7340a57d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e69a7340a57d7 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8e69a7340a57d7 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a8e69a7340a57d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e69a7340a57d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5bd0afe2ba5327 {
  overflow: hidden;
  pointer-events: none;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5bd0afe2ba5327 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5bd0afe2ba5327 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5bd0afe2ba5327 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a5bd0afe2ba5327 .layout-left li,
#a5bd0afe2ba5327 .layout-center li,
#a5bd0afe2ba5327 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5bd0afe2ba5327 .layout-left li a,
#a5bd0afe2ba5327 .layout-center li a,
#a5bd0afe2ba5327 .layout-right li a {
  height: 100%;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-left {
  text-align: left;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-center {
  text-align: center;
}
#a5bd0afe2ba5327 > .tab-tabs .layout-right {
  text-align: right;
}
#a5bd0afe2ba5327 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5bd0afe2ba5327 .tab-content-wrap {
  background-color: #ffffff;
}
#a5bd0afe2ba5327 .tab-contents,
#a5bd0afe2ba5327 .tab-contents-wrap {
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-content,
#a5bd0afe2ba5327 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5bd0afe2ba5327 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5bd0afe2ba5327 .tab-wrap .tab-contents {
  height: 100%;
}
#a5bd0afe2ba5327 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5bd0afe2ba5327 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b19abb4da799a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a2c77a9b40ad5c3  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a384ea9653ab984 .a2fa0abdd1afd5f {
  overflow: hidden;
}
#a384ea9653ab984 .a2fa0abdd1afd5f , #a384ea9653ab984 .a2fa0abdd1afd5f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a384ea9653ab984 .a2fa0abdd1afd5f:hover , #a384ea9653ab984 .a2fa0abdd1afd5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a384ea9653ab984 .uk-grid {
  margin-left: -3px;
}
#a384ea9653ab984 .uk-grid > * {
  padding-left: 3px;
}
#a384ea9653ab984 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a384ea9653ab984 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a384ea9653ab984 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a384ea9653ab984 .uk-position-center-left-out {
    left: -30px;
  }
  #a384ea9653ab984 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aabd1af254a21fc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7eccaf4c8aeaee .a1837a6a00ae575 {
  overflow: hidden;
}
#a7eccaf4c8aeaee .a1837a6a00ae575 , #a7eccaf4c8aeaee .a1837a6a00ae575 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7eccaf4c8aeaee .a1837a6a00ae575:hover , #a7eccaf4c8aeaee .a1837a6a00ae575 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7eccaf4c8aeaee .uk-grid {
  margin-left: -3px;
}
#a7eccaf4c8aeaee .uk-grid > * {
  padding-left: 3px;
}
#a7eccaf4c8aeaee .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a7eccaf4c8aeaee .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7eccaf4c8aeaee .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7eccaf4c8aeaee .uk-position-center-left-out {
    left: -30px;
  }
  #a7eccaf4c8aeaee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a107da1bfbae340  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a23fea04b1aad69 .a3f1ba66a1ace15 {
  overflow: hidden;
}
#a23fea04b1aad69 .a3f1ba66a1ace15 , #a23fea04b1aad69 .a3f1ba66a1ace15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a23fea04b1aad69 .a3f1ba66a1ace15:hover , #a23fea04b1aad69 .a3f1ba66a1ace15 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a23fea04b1aad69 .uk-grid {
  margin-left: -3px;
}
#a23fea04b1aad69 .uk-grid > * {
  padding-left: 3px;
}
#a23fea04b1aad69 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#a23fea04b1aad69 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23fea04b1aad69 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a23fea04b1aad69 .uk-position-center-left-out {
    left: -30px;
  }
  #a23fea04b1aad69 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6314a27d8a1e8b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae833af547aeb56 .ad616a411da67ba {
  overflow: hidden;
}
#ae833af547aeb56 .ad616a411da67ba , #ae833af547aeb56 .ad616a411da67ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ae833af547aeb56 .ad616a411da67ba:hover , #ae833af547aeb56 .ad616a411da67ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ae833af547aeb56 .uk-grid {
  margin-left: -3px;
}
#ae833af547aeb56 .uk-grid > * {
  padding-left: 3px;
}
#ae833af547aeb56 .uk-grid > .uk-grid-margin {
  margin-top: 3px;
}
#ae833af547aeb56 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae833af547aeb56 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ae833af547aeb56 .uk-position-center-left-out {
    left: -30px;
  }
  #ae833af547aeb56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa574abbc4a9294 {
  overflow: hidden;
  pointer-events: none;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa574abbc4a9294 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa574abbc4a9294 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa574abbc4a9294 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa574abbc4a9294 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#aa574abbc4a9294 .layout-left li,
#aa574abbc4a9294 .layout-center li,
#aa574abbc4a9294 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa574abbc4a9294 .layout-left li a,
#aa574abbc4a9294 .layout-center li a,
#aa574abbc4a9294 .layout-right li a {
  height: 100%;
}
#aa574abbc4a9294 > .tab-tabs .layout-left {
  text-align: left;
}
#aa574abbc4a9294 > .tab-tabs .layout-center {
  text-align: center;
}
#aa574abbc4a9294 > .tab-tabs .layout-right {
  text-align: right;
}
#aa574abbc4a9294 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#aa574abbc4a9294 .tab-content-wrap {
  background-color: #ffffff;
}
#aa574abbc4a9294 .tab-contents,
#aa574abbc4a9294 .tab-contents-wrap {
  pointer-events: none;
}
#aa574abbc4a9294 .tab-content,
#aa574abbc4a9294 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa574abbc4a9294 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa574abbc4a9294 .tab-wrap .tab-contents {
  height: 100%;
}
#aa574abbc4a9294 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa574abbc4a9294 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa333a2459ac195 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa333a2459ac195 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa333a2459ac195 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa333a2459ac195 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 30px;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa333a2459ac195 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa333a2459ac195 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#aa333a2459ac195 .layout-left li,
#aa333a2459ac195 .layout-center li,
#aa333a2459ac195 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa333a2459ac195 .layout-left li a,
#aa333a2459ac195 .layout-center li a,
#aa333a2459ac195 .layout-right li a {
  height: 100%;
}
#aa333a2459ac195 > .tab-tabs .layout-left {
  text-align: left;
}
#aa333a2459ac195 > .tab-tabs .layout-center {
  text-align: center;
}
#aa333a2459ac195 > .tab-tabs .layout-right {
  text-align: right;
}
#aa333a2459ac195 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa333a2459ac195 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa333a2459ac195 .tab-contents,
#aa333a2459ac195 .tab-contents-wrap {
  pointer-events: none;
}
#aa333a2459ac195 .tab-content,
#aa333a2459ac195 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa333a2459ac195 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa333a2459ac195 .tab-wrap .tab-contents {
  height: 100%;
}
#aa333a2459ac195 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa333a2459ac195 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9269ab1d5ae4df  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a5ad1a0600a4823 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a01beae028a3a6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01beae028a3a6d  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a01beae028a3a6d:hover * {color: #000000  !important}
                            #a01beae028a3a6d:hover .line{border-color: #000000  !important}#aad05a3d23a2ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad05a3d23a2ca4  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aad05a3d23a2ca4:hover * {color: #000000  !important}
                            #aad05a3d23a2ca4:hover .line{border-color: #000000  !important}#a2e6fa9448a5d95  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#adc94ad275a2472 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a3953affb5aaa22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3953affb5aaa22  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a3953affb5aaa22:hover * {color: #000000  !important}
                            #a3953affb5aaa22:hover .line{border-color: #000000  !important}#a7f29a18cfa5ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f29a18cfa5ab9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7f29a18cfa5ab9:hover * {color: #000000  !important}
                            #a7f29a18cfa5ab9:hover .line{border-color: #000000  !important}#a9a59ac9aca10b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a559aab75fa0ee9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a5d50a818ea8ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d50a818ea8ea9  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#a5d50a818ea8ea9:hover * {color: #000000  !important}
                            #a5d50a818ea8ea9:hover .line{border-color: #000000  !important}#a8b8ba9b93ae828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b8ba9b93ae828  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a8b8ba9b93ae828:hover * {color: #000000  !important}
                            #a8b8ba9b93ae828:hover .line{border-color: #000000  !important}#a1b4baf750ae564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b4baf750ae564  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a1b4baf750ae564:hover * {color: #000000  !important}
                            #a1b4baf750ae564:hover .line{border-color: #000000  !important}#ac8a5a2de9a5b42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8a5a2de9a5b42  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#ac8a5a2de9a5b42:hover * {color: #000000  !important}
                            #ac8a5a2de9a5b42:hover .line{border-color: #000000  !important}#a5ae3a67cbab71c {
  overflow: hidden;
  pointer-events: none;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5ae3a67cbab71c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5ae3a67cbab71c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5ae3a67cbab71c .layout-left li,
#a5ae3a67cbab71c .layout-center li,
#a5ae3a67cbab71c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5ae3a67cbab71c .layout-left li a,
#a5ae3a67cbab71c .layout-center li a,
#a5ae3a67cbab71c .layout-right li a {
  height: 100%;
}
#a5ae3a67cbab71c > .tab-tabs .layout-left {
  text-align: left;
}
#a5ae3a67cbab71c > .tab-tabs .layout-center {
  text-align: center;
}
#a5ae3a67cbab71c > .tab-tabs .layout-right {
  text-align: right;
}
#a5ae3a67cbab71c .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a5ae3a67cbab71c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ae3a67cbab71c .tab-contents,
#a5ae3a67cbab71c .tab-contents-wrap {
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-content,
#a5ae3a67cbab71c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5ae3a67cbab71c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5ae3a67cbab71c .tab-wrap .tab-contents {
  height: 100%;
}
#a5ae3a67cbab71c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5ae3a67cbab71c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6927a5ad0a792f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6927a5ad0a792f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6927a5ad0a792f .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a6927a5ad0a792f .menu-list > li > a {
  padding: 0 10px;
}
#a6927a5ad0a792f .menu-list > li:hover:before {
  height: 100%;
}
#a6927a5ad0a792f .menu-list > li:hover:after {
  color: auto;
}
#a6927a5ad0a792f .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a6927a5ad0a792f .menu-list > li:first-child:after {
  content: "";
}
#a6927a5ad0a792f .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a6927a5ad0a792f .menu-list > li ul li {
  position: relative;
}
#a6927a5ad0a792f .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a6927a5ad0a792f .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6927a5ad0a792f .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a6927a5ad0a792f li ul,
#a6927a5ad0a792f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a6927a5ad0a792f li:hover > ul {
  left: auto;
}
#a6927a5ad0a792f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a54d4ab6b9a8872 [data-item="undefined"] {flex-grow: 0;}#a30cda735eaa4b0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa213a4645af86c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a4441a6e4ca11d6 , #a4441a6e4ca11d6 a{flex-grow: 0;color: rgba(19, 100, 216, 1);}#a4441a6e4ca11d6:hover, #a4441a6e4ca11d6 a:hover {color: rgba(19, 100, 216, 1);}#a9ebaa353ca5e20  {flex-grow: 1;}#a3b13a9e96add30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3b13a9e96add30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3b13a9e96add30 .ap-icon {
  margin-right: 6px;
}
#a3b13a9e96add30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a,
#a3b13a9e96add30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon svg,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon img,
#a3b13a9e96add30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon,
#a3b13a9e96add30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3b13a9e96add30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3b13a9e96add30 .menu-list > li:hover > a,
#a3b13a9e96add30 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3b13a9e96add30 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3b13a9e96add30 .menu-list ul,
#a3b13a9e96add30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3b13a9e96add30 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3b13a9e96add30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3b13a9e96add30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3b13a9e96add30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a80a65cca0dc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a80a65cca0dc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a80a65cca0dc7 .ap-icon {
  margin-right: 6px;
}
#a3a80a65cca0dc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon svg,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3a80a65cca0dc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon,
#a3a80a65cca0dc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a80a65cca0dc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a80a65cca0dc7 .menu-list > li:hover > a,
#a3a80a65cca0dc7 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3a80a65cca0dc7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a3a80a65cca0dc7 .menu-list ul,
#a3a80a65cca0dc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a80a65cca0dc7 .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a80a65cca0dc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a80a65cca0dc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a80a65cca0dc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8a8abec8a281f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f01ac0c8afce1 , #a8f01ac0c8afce1 a{color: rgba(1, 204, 122, 1);}#a8f01ac0c8afce1:hover, #a8f01ac0c8afce1 a:hover {color: rgba(116, 130, 150, 1);}#aa94caddb2a3ce1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa94caddb2a3ce1 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a img,
#aa94caddb2a3ce1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa94caddb2a3ce1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show,
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa94caddb2a3ce1 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa94caddb2a3ce1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc4fa2e4faeaf0 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a img,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc4fa2e4faeaf0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show,
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abc4fa2e4faeaf0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac144ac4eda3849 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac144ac4eda3849 .menu-list-expand .submenu-indicator {
  display: none;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul li a img,
#ac144ac4eda3849 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac144ac4eda3849 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac144ac4eda3849 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show,
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac144ac4eda3849 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac144ac4eda3849 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
